Skip to content

Commit

Permalink
BLAS threads = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ToucheSir committed Oct 25, 2022
1 parent c3ee4ab commit 51849ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ using Zygote: gradient
using StableRNGs
using CUDA

using LinearAlgebra

const rng = StableRNG(123)
include("test_utils.jl")

Expand Down Expand Up @@ -46,6 +48,7 @@ include("test_utils.jl")
=#

@testset "Convolution" begin
BLAS.set_num_threads(1)
include("conv.jl")
# include("conv_bias_act.jl")
end
Expand Down

0 comments on commit 51849ab

Please sign in to comment.