This repository was archived by the owner on Oct 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- // ===--- DialectNvgpu .cpp - Pybind module for Nvgpu dialect API support ---===//
1+ // ===--- DialectNVGPU .cpp - Pybind module for NVGPU dialect API support ---===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
@@ -17,7 +17,7 @@ using namespace mlir;
1717using namespace mlir ::python;
1818using namespace mlir ::python::adaptors;
1919
20- static void populateDialectNvgpuSubmodule (const pybind11::module &m) {
20+ static void populateDialectNVGPUSubmodule (const pybind11::module &m) {
2121 auto nvgpuTensorMapDescriptorType = mlir_type_subclass (
2222 m, " TensorMapDescriptorType" , mlirTypeIsANVGPUTensorMapDescriptorType);
2323
@@ -34,8 +34,8 @@ static void populateDialectNvgpuSubmodule(const pybind11::module &m) {
3434 py::arg (" ctx" ) = py::none ());
3535}
3636
37- PYBIND11_MODULE (_mlirDialectsNvgpu , m) {
37+ PYBIND11_MODULE (_mlirDialectsNVGPU , m) {
3838 m.doc () = " MLIR NVGPU dialect." ;
3939
40- populateDialectNvgpuSubmodule (m);
40+ populateDialectNVGPUSubmodule (m);
4141}
You can’t perform that action at this time.
0 commit comments