-
Couldn't load subscription status.
- Fork 415
Open
Labels
Description
When testing the LtNvfp4Matmul example on an SM_101 architecture GPU, I encountered the following runtime error:
"[cublasLt][702814][Error][cublasLtMatmulAlgoGetHeuristic] The scaling mode for A scale (VEC16_UE4M3) requires a custom pointer for A scale
cuBLAS API failed with status 7"
I noticed that the a_scale parameter being passed is NULL. Could you please advise how to modify this?