File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
benchmarks/cuda_bindings/tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ jobs:
274274 if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
275275 run : |
276276 pip install pyperf
277- pushd cuda_bindings/ benchmarks
277+ pushd benchmarks/cuda_bindings
278278 python run_pyperf.py --fast --min-time 1
279279 popd
280280
Original file line number Diff line number Diff line change 1010from pathlib import Path
1111
1212REPO_ROOT = Path (__file__ ).resolve ().parents [3 ]
13- RUNNER_MAIN_PATH = REPO_ROOT / "cuda_bindings/ benchmarks/runner/main.py"
14- BENCH_LAUNCH_PATH = REPO_ROOT / "cuda_bindings/ benchmarks/benchmarks/bench_launch.py"
13+ RUNNER_MAIN_PATH = REPO_ROOT / "benchmarks/cuda_bindings /runner/main.py"
14+ BENCH_LAUNCH_PATH = REPO_ROOT / "benchmarks/cuda_bindings /benchmarks/bench_launch.py"
1515
1616
1717def load_module_from_path (module_name : str , module_path : Path ):
You can’t perform that action at this time.
0 commit comments