On 2/8/22 13:57, Tom de Vries via Gcc-patches wrote:
+static const char *
+sm_version_to_string (enum ptx_isa sm)
+{
+  switch (sm)
+    {
+    case PTX_ISA_SM30:
+      return "30";
+    case PTX_ISA_SM35:
+      return "35";
+    case PTX_ISA_SM53:
+      return "53";
+    case PTX_ISA_SM70:
+      return "70";

This broke the nvptx build, PTX_ISA_SM70 is not defined yet, that was done in another patch, that I didn't commit yet.

I'm doing a rebuild with a patch to fix this, and will commit afterwards.

Sorry for the disturbance.

Thanks,
- Tom

Reply via email to