Skip to content

Commit 21a9c7e

Browse files
authored
[mlir][AMDGPU] fix AMDGPU C API registration (#74255)
1 parent 7882f38 commit 21a9c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/CAPI/Dialect/AMDGPU.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
#include "mlir/CAPI/Registration.h"
1111
#include "mlir/Dialect/AMDGPU/IR/AMDGPUDialect.h"
1212

13-
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(AMDGPU, ml_program,
13+
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(AMDGPU, amdgpu,
1414
mlir::amdgpu::AMDGPUDialect)

0 commit comments

Comments
 (0)