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 c1ba6a6 commit fe4639aCopy full SHA for fe4639a
lib/Dialect/TritonNvidiaGPU/IR/Ops.cpp
@@ -31,6 +31,10 @@
31
#include "triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOpInterfaces.cpp.inc"
32
#include "triton/Dialect/TritonNvidiaGPU/Transforms/Utility.h"
33
34
+#if defined(_MSC_VER) && !defined(__clang__)
35
+#define __builtin_unreachable() __assume(0)
36
+#endif
37
+
38
using namespace mlir::triton::gpu;
39
40
namespace mlir {
0 commit comments