Skip to content

Commit 5a6a9b0

Browse files
amontoisonstaticfloat
authored andcommitted
Test that dgemmt have a mapping
1 parent ccb74c1 commit 5a6a9b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/direct.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ if MKL_jll.is_available() && Sys.ARCH == :x86_64
221221
# Test that `dgemm` forwards to `dgemm_` within the MKL binary
222222
mkl_dgemm = dlsym(MKL_jll.libmkl_rt_handle, :dgemm_64)
223223
@test lbt_get_forward(lbt_handle, "dgemm_", LBT_INTERFACE_ILP64) == mkl_dgemm
224+
225+
# Test that `dgemmt` forwards to `dgemmt_` within the MKL binary
226+
mkl_dgemmt = dlsym(MKL_jll.libmkl_rt_handle, :dgemmt_64)
227+
@test lbt_get_forward(lbt_handle, "dgemmt_", LBT_INTERFACE_ILP64) == mkl_dgemmt
224228
end
225229

226230
@testset "MKL v2022 dual-interface loading" begin

0 commit comments

Comments
 (0)