Skip to content

Commit

Permalink
fixes for onedal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 23, 2024
1 parent 161b2aa commit ff4428f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/make/deps.mkl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +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.interfaces := $(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 All @@ -70,5 +71,5 @@ daaldep.fbsd32e.ipp := $(if $(COV.libia),$(COV.libia)/libcov.a)
daaldep.vml := $(daaldep.$(PLAT).vml)
daaldep.ipp := $(daaldep.$(PLAT).ipp)

daaldep.math_backend.ext := $(daaldep.ipp) $(daaldep.vml) $(daaldep.$(PLAT).mkl.interfaces) $(daaldep.math_backend.core)
daaldep.math_backend.ext := $(daaldep.ipp) $(daaldep.vml) $(daaldep.math_backend.interfaces) $(daaldep.math_backend.seq) $(daaldep.math_backend.core)
daaldep.math_backend.sycl := $(daaldep.math_backend.sycl)

0 comments on commit ff4428f

Please sign in to comment.