Explorar o código

julia: Remove BenchmarkTools dependency in gemm example.

Pierre Huchant %!s(int64=5) %!d(string=hai) anos
pai
achega
8f2d445a21
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      julia/examples/gemm/gemm.jl

+ 0 - 1
julia/examples/gemm/gemm.jl

@@ -15,7 +15,6 @@
 #
 using StarPU
 using LinearAlgebra.BLAS
-using BenchmarkTools
 
 @target STARPU_CPU+STARPU_CUDA
 @codelet function gemm(A :: Matrix{Float32}, B :: Matrix{Float32}, C :: Matrix{Float32}, alpha :: Float32, beta :: Float32) :: Nothing