Skip to content

Commit

Permalink
fixes for mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 23, 2024
1 parent 79147de commit 161b2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/make/deps.mkl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ daaldep.fbsd32e.mkl.core := $(MKLDIR.libia)/$(plib)mkl_core.$a
daaldep.fbsd32e.mkl.sycl := $(MKLGPUDIR.lib)/$(plib)mkl_sycl.$a

daaldep.math_backend.core := $(daaldep.$(PLAT).mkl.core)
daaldep.math_backend.thr := $(daaldep.$(PLAT).mkl.thr) $(daaldep.$(PLAT).mkl.interfaces)
daaldep.math_backend.thr := $(daaldep.$(PLAT).mkl.thr) $(daaldep.$(PLAT).mkl.interfaces) $(daaldep.$(PLAT).mkl.core)
daaldep.math_backend.seq := $(daaldep.$(PLAT).mkl.seq)
daaldep.math_backend.sycl := $(daaldep.$(PLAT).mkl.sycl)

Expand Down

0 comments on commit 161b2aa

Please sign in to comment.