Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] CU_TENSOR_MAP_DATA_TYPE_16U6_ALIGN16B isnt defiend in CUDA toolkit 12.4 #2065

Closed
dtometzki opened this issue Jan 26, 2025 · 5 comments
Closed
Labels
? - Needs Triage bug Something isn't working

Comments

@dtometzki
Copy link

Describe the bug
CU_TENSOR_MAP_DATA_TYPE_16U6_ALIGN16B is undefined in CUDA toolkit 12.4. See Screenshot

Steps/Code to reproduce bug
mkdir cutlass/build
cd build
cmake .. -DCUTLASS_NVCC_ARCHS="89"

Expected behavior
see screenshot

Environment details (please complete the following information):
NVIDIA GeForce RTX 4070 Ti

  • runpod.io with cuda12.4 devel on Ubuntu

Additional context
workaround ist update to cuda toolkit 12.8

Image

@LANSHANGH
Copy link

LANSHANGH commented Jan 27, 2025

same issue,according to the reply, version v3.7.0-2-g389e4930 was used,even compiling any example of running example will return this same information.

@Skylion007
Copy link

This is blocking the upgrade of CUTLASS in PyTorch to 3.8 as well, which is in turn blocking full PyTorch Blackwell support.

@thakkarV
Copy link
Collaborator

Noted. We are working on a fix ASAP

@hwu36
Copy link
Collaborator

hwu36 commented Jan 28, 2025

hopefully it is fixed in #2066

@dtometzki
Copy link
Author

Hello together,

many thanks i works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants