Skip to content

Commit 50481d9

Browse files
committed
fixing heading for histogram example
1 parent 9f07a0e commit 50481d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/histogram.jl

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using Test
2-
using CUDA
3-
using CUDAKernels
4-
using KernelAbstractions
1+
using KernelAbstractions, Test
2+
include(joinpath(@__DIR__, "utils.jl")) # Load backend
53

64
# Function to use as a baseline for CPU metrics
75
function create_histogram(input)

0 commit comments

Comments
 (0)