Skip to content

Commit

Permalink
Test "set num threads"
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoV committed Jul 5, 2024
1 parent e31c371 commit 9f811fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function run_common_tests(method!, buf::AbstractMatrix{T}, lhs, rhs, α, β, bas
end

@testset "ThreadedDenseSparseMul Tests" begin
@test ThreadedDenseSparseMul.get_num_threads() == Threads.nthreads()
@testset "Dense-Sparse Multiplication" begin
@testset "$T type" for T in [Float64, Float32]
@testset "$method! implementation" for method! in [fastdensesparsemul!, fastdensesparsemul_threaded!]
Expand Down

0 comments on commit 9f811fe

Please sign in to comment.