We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b213417 commit 5650382Copy full SHA for 5650382
aten/src/ATen/native/cuda/jit_utils.cpp
@@ -45,7 +45,7 @@ namespace at::cuda::jit {
45
// Copied from aten/src/ATen/cuda/llvm_basic.cpp, then modified as above.
46
// If not compiling for ROCm, return the original get_traits_string().
47
std::string get_traits_string_but_hiprtc_safe() {
48
-#ifdef USE_ROCM
+#if defined(USE_ROCM) && ROCM_VERSION < 70000
49
return R"ESCAPE(
50
namespace std {
51
0 commit comments