We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257bee8 commit 60fba14Copy full SHA for 60fba14
ext/cuda/cuda_utils.jl
@@ -117,7 +117,8 @@ function auto_launch!(
117
if contains(func_name, "#")
118
func_name = split(func_name, "#")[1]
119
end
120
- fp_split = splitpath(fpath_from_method_instance(frame.linfo))
+ fp_split =
121
+ splitpath(fpath_from_method_instance(frame.linfo::Core.MethodInstance))
122
if "NVTX" in fp_split
123
fp_string = "_NVTX"
124
line_string = ""
0 commit comments