BEAM=2 in green CI for 100 TFLOPS (#4624)

This commit is contained in:
chenyu
2024-05-16 23:28:28 -04:00
committed by GitHub
parent b3dd885ffb
commit e5d4e6a8aa

View File

@@ -120,6 +120,8 @@ jobs:
run: |
CUDA=1 HALF=1 DEBUG=2 python3 extra/gemm/simple_matmul.py | tee matmul.txt
CUDA=1 BFLOAT16=1 DEBUG=2 python3 extra/gemm/simple_matmul.py | tee matmul_bfloat16.txt
- name: Run Tensor Core GEMM (CUDA) with BEAM
run: BEAM=2 CUDA=1 HALF=1 DEBUG=2 python3 extra/gemm/simple_matmul.py
- name: Run Tensor Core GEMM (PTX)
run: CUDA=1 PTX=1 HALF=1 DEBUG=2 python3 extra/gemm/simple_matmul.py | tee matmul_ptx.txt
- name: Run Tensor Core GEMM (NV)