Skip to content

Commit fe6ad9b

Browse files
committed
remove uint to fix windows build
1 parent 54b8713 commit fe6ad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/BasicPtxBuilderInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace mlir {
2323
namespace NVVM {
2424
/// Register read/write modifier to build constraint string for PTX inline
2525
/// https://docs.nvidia.com/cuda/inline-ptx-assembly/index.html#parameters
26-
enum class PTXRegisterMod : u_int32_t {
26+
enum class PTXRegisterMod {
2727
/// Read register with no modifier
2828
Read = 0,
2929
/// Read register with '+' modifier

0 commit comments

Comments
 (0)