Environment
- GPU: NVIDIA GeForce RTX 5070 Laptop GPU
- Compute Capability: SM120 (12.0)
- CUDA Toolkit: 13.3
- Python: 3.13
- WSL2 Ubuntu 24.04
- TransformerEngine built from source
- Local commit: 6bf7790d
- Upstream main: 9d92fa0
Problem
TransformerEngine builds successfully, but NVFP4 training fails immediately with:
RuntimeError:
/home/.../transformer_engine/common/recipe/current_scaling.cu:77
launch_amax_kernel
CUDA Error: no kernel image is available for execution on the device
The failure happens immediately after:
zero_amax_kernel<<<1,1,0,stream>>>(...);
NVTE_CHECK_CUDA(cudaGetLastError());
Environment
Problem
TransformerEngine builds successfully, but NVFP4 training fails immediately with:
RuntimeError:
/home/.../transformer_engine/common/recipe/current_scaling.cu:77
launch_amax_kernel
CUDA Error: no kernel image is available for execution on the device
The failure happens immediately after: