We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f07a0e commit 50481d9Copy full SHA for 50481d9
examples/histogram.jl
@@ -1,7 +1,5 @@
1
-using Test
2
-using CUDA
3
-using CUDAKernels
4
-using KernelAbstractions
+using KernelAbstractions, Test
+include(joinpath(@__DIR__, "utils.jl")) # Load backend
5
6
# Function to use as a baseline for CPU metrics
7
function create_histogram(input)
0 commit comments