Skip to content

Commit f15e753

Browse files
committed
fixes
1 parent 7e3dbce commit f15e753

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/cuda-regalloc.yml .github/workflows/cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile and Compare
1+
name: CUDA
22

33
on:
44
push:

scripts/parse_cuobjdump.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import numpy as np
21
import cxxfilt
3-
42
import re
53

64
def exclude_matching_functions(function_names, exclusion_patterns):

0 commit comments

Comments
 (0)