Skip to content

Commit

Permalink
fixing heading for histogram example
Browse files Browse the repository at this point in the history
  • Loading branch information
leios committed Jan 13, 2022
1 parent 9f07a0e commit 50481d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/histogram.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using Test
using CUDA
using CUDAKernels
using KernelAbstractions
using KernelAbstractions, Test
include(joinpath(@__DIR__, "utils.jl")) # Load backend

# Function to use as a baseline for CPU metrics
function create_histogram(input)
Expand Down

0 comments on commit 50481d9

Please sign in to comment.