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
NotImplementedError: Could not run 'torchao::dequantize_tensor_core_tiled_layout' with arguments from the 'CUDA' backend.
The same error met, when I build torchAO from src, where I believe csrc/cuda/tensor_core_tiled_layout/tensor_core_tiled_layout.cu has been built from the building log.
The text was updated successfully, but these errors were encountered:
It turns out to be there are 2 C extension in my system _C.cpython-310-x86_64-linux-gnu.so and _C.abi3.so. And the initiation load the so without custom kernels. Feels like there might 2 improvement:
setup.py clean should remove all the existing so
When there are more than one so, we may throw the error instead of using logging.debug
Install PyTorch 2.6 and TorchAO nightly release and run custom ops' UT in TorchAO on a A100
I get the following error
The same error met, when I build torchAO from src, where I believe
csrc/cuda/tensor_core_tiled_layout/tensor_core_tiled_layout.cu
has been built from the building log.The text was updated successfully, but these errors were encountered: