mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-04-20 06:48:59 +00:00
Minor fix for testing of blockscaled dense GEMM with TMA prefetch (#2930)
* new example with TMA prefetch feature targeting for DRAM latency bound cases * minor fix to resitrct as 100a arch * typo * apply arch for whole pytest --------- Co-authored-by: Questa Wang <questaw@computelab-frontend-7.nvidia.com> Co-authored-by: Questa Wang <questaw@umbriel-b200-145.ipp4a1.colossus.nvidia.com>
This commit is contained in:
@@ -47,7 +47,7 @@ from blackwell.dense_blockscaled_gemm_persistent_prefetch import (
|
||||
)
|
||||
|
||||
import cutlass
|
||||
|
||||
pytestmark = [pytest.mark.arch(["100a"])]
|
||||
|
||||
@pytest.mark.invalid_case(
|
||||
lambda: not Sm100BlockScaledPersistentDenseGemmKernel.can_implement(
|
||||
|
||||
Reference in New Issue
Block a user