Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ cmake_install.cmake
*.hip
*_hip.h
*_hip.cpp
!transformer_engine/pytorch/csrc/extensions/mxfp4_hip.cpp
*_hip.cuh
hip_driver*
hip_runtime*
Expand Down
3 changes: 2 additions & 1 deletion tests/cpp/operator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ if(USE_CUDA)
test_swizzle.cu)
else()
list(APPEND test_cuda_sources
test_cublaslt_gemm.cu)
test_cublaslt_gemm.cu
test_cast_transpose_mxfp4_shuffled.cu)
endif()

if(USE_CUDA)
Expand Down
Loading
Loading