Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit fdf6e4f

Browse files
[mlir][nvgpu] separate ops, types, attribute definitions in NVGPU dialect. (#129846)
It is hoped that the Ops, Types, and Attribute of the NVGPU dialect can be defined in separate files.If downstream projects extend NVGPU and define other Ops, the types and attributes will be used.This PR was raised to avoid including the definition of NVGPU Ops.
1 parent 5157bd0 commit fdf6e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/python/mlir/dialects/NVGPUOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
#ifndef PYTHON_BINDINGS_NVGPU_OPS
1010
#define PYTHON_BINDINGS_NVGPU_OPS
1111

12-
include "mlir/Dialect/NVGPU/IR/NVGPU.td"
12+
include "mlir/Dialect/NVGPU/IR/NVGPUOps.td"
1313

1414
#endif

0 commit comments

Comments
 (0)