Skip to content

Commit 4582589

Browse files
authored
Make check static to prevent test warning.
[skip ci]
1 parent b084b5b commit 4582589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/profile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313

1414
############################################################################################
1515

16-
if VERSION >= v"1.9" && CUDA.runtime_version() >= v"11.2" && can_use_cupti()
16+
@static if VERSION >= v"1.9" && CUDA.runtime_version() >= v"11.2" && can_use_cupti()
1717
@testset "integrated" begin
1818

1919
# smoke test

0 commit comments

Comments
 (0)