You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake is not being to able to find ops from OnnxOps And giving the following error D:\onnx-mlir\src/Dialect/ONNX/ONNXOps/ShapeHelper.hpp(459,78): error C2039: 'ONNXMaxPoolSingleOutOp': is not a member of 'mlir' (compiling source file D:\onnx-mlir\src\Dialect\ONNX\ONNXOps\Additional\Custom.cpp) [D:\onnx-mlir \build\src\Dialect\ONNX\OMONNXOps.vcxproj]
OS :- Windows 11
onnx-mlir commit :- 849a4a9
llvm-commit :- c012e487b7246239c31bd378ab074fb110631186
cmake version :- cmake version 3.29.6
Visual Studio version :- 2022
protobuf version :- 3.21.12
Please help
The text was updated successfully, but these errors were encountered:
Hello @Abhishek-TyRnT !!! Maybe we did not previously see this error given that the Window check was temporarily disabled. However, I am looking into this. Thanks for reporting :)
cmake is not being to able to find ops from
OnnxOps
And giving the following errorD:\onnx-mlir\src/Dialect/ONNX/ONNXOps/ShapeHelper.hpp(459,78): error C2039: 'ONNXMaxPoolSingleOutOp': is not a member of 'mlir' (compiling source file D:\onnx-mlir\src\Dialect\ONNX\ONNXOps\Additional\Custom.cpp) [D:\onnx-mlir \build\src\Dialect\ONNX\OMONNXOps.vcxproj]
OS :- Windows 11
onnx-mlir commit :- 849a4a9
llvm-commit :- c012e487b7246239c31bd378ab074fb110631186
cmake version :- cmake version 3.29.6
Visual Studio version :- 2022
protobuf version :- 3.21.12
Please help
The text was updated successfully, but these errors were encountered: