Skip to content
Closed
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
33 changes: 33 additions & 0 deletions .daisy/cuda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize, ready_for_review]

parameters:
timeout: 60
conda: "3.12"
partitions:
- zinnia

steps:
build: |
conda install -c numba icc_rt

# Install dependencies
pip install -r requirements.txt
pip install .

# Install DaCe
pip install dace

# Install CuPy
python -m pip install cupy-cuda12x

run:
spmv:
command: python run_benchmark.py -r 1 -b gemm -f cupy -p M
measurements: 1
profiler: nsys
kernels: true
Loading