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 54b8713 commit fe6ad9bCopy full SHA for fe6ad9b
mlir/include/mlir/Dialect/LLVMIR/BasicPtxBuilderInterface.h
@@ -23,7 +23,7 @@ namespace mlir {
23
namespace NVVM {
24
/// Register read/write modifier to build constraint string for PTX inline
25
/// https://docs.nvidia.com/cuda/inline-ptx-assembly/index.html#parameters
26
-enum class PTXRegisterMod : u_int32_t {
+enum class PTXRegisterMod {
27
/// Read register with no modifier
28
Read = 0,
29
/// Read register with '+' modifier
0 commit comments