There was an error while loading. Please reload this page.
1 parent 6544533 commit d42421cCopy full SHA for d42421c
1 file changed
.github/workflows/flash_attention.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
benchmark-flash-attn:
17
name: Flash Attention CuTe DSL Benchmark
18
- runs-on: B200
+ runs-on: linux.dgx.b200.8
19
container:
20
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch/
21
image: nvcr.io/nvidia/pytorch:25.06-py3
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
set -x
31
echo "Installing nvidia-cutlass-dsl"
32
- pip install nvidia-cutlass-dsl==4.1.0.dev0
+ pip install nvidia-cutlass-dsl==4.1.0
33
- name: Buid and Run FlashAttention CuTe DSL
34
35
@@ -41,4 +41,4 @@ jobs:
41
export PYTHONPATH=$(pwd)
42
python benchmarks/benchmark_attn.py >> $GITHUB_STEP_SUMMARY
43
44
- popd
+ popd
0 commit comments