Skip to content

Commit ccf4fb6

Browse files
authored
[Fix] Cherry pick MKL compile related PR in intel-xla (#2716)
1 parent ef00962 commit ccf4fb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ load(
3232
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
3333
# and update XLA_SHA256 with the result.
3434

35-
XLA_COMMIT = "ba22d09548e4f087ff7899f5ac5aa918e291d591"
35+
XLA_COMMIT = "c3ddd5c135d5ae3a215dfc7f00f79646fdb69df2"
3636

3737
new_git_repository(
3838
name = "intel_extension_for_openxla",

configure.py

+1
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ def toolkit_exists(toolkit_path):
758758
mkl_path = os.path.join(home_path, 'mkl' + '/' + version + '/')
759759
environ_cp['ONEAPI_MKL_PATH'] = mkl_path
760760
set_mkl_path(environ_cp)
761+
mkl_path = environ_cp['ONEAPI_MKL_PATH']
761762
lib_path += ':' + '%slib/intel64' % (mkl_path)
762763
print('Configured oneMKL Toolkit path: %s\n' % (mkl_path))
763764

0 commit comments

Comments
 (0)