Skip to content

Commit 83bb0bb

Browse files
vchuravykshyatt
authored andcommitted
Fix compat in profile
1 parent e4ac81a commit 83bb0bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CUDATools/src/profile.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ may not be relevant. The output will be written to `io`, which defaults to `stdo
2121
Slow operations will be highlighted in the output: Entries colored in yellow are among the
2222
slowest 25%, while entries colored in red are among the slowest 5% of all operations.
2323
24-
!!! compat "Julia 1.9" This functionality is only available on Julia 1.9 and later.
24+
!!! compat "Julia 1.9"
25+
This functionality is only available on Julia 1.9 and later.
2526
2627
## External profilers (`external=true`, when an external profiler is detected)
2728

0 commit comments

Comments
 (0)