We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef00962 commit ccf4fb6Copy full SHA for ccf4fb6
WORKSPACE
@@ -32,7 +32,7 @@ load(
32
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
33
# and update XLA_SHA256 with the result.
34
35
-XLA_COMMIT = "ba22d09548e4f087ff7899f5ac5aa918e291d591"
+XLA_COMMIT = "c3ddd5c135d5ae3a215dfc7f00f79646fdb69df2"
36
37
new_git_repository(
38
name = "intel_extension_for_openxla",
configure.py
@@ -758,6 +758,7 @@ def toolkit_exists(toolkit_path):
758
mkl_path = os.path.join(home_path, 'mkl' + '/' + version + '/')
759
environ_cp['ONEAPI_MKL_PATH'] = mkl_path
760
set_mkl_path(environ_cp)
761
+ mkl_path = environ_cp['ONEAPI_MKL_PATH']
762
lib_path += ':' + '%slib/intel64' % (mkl_path)
763
print('Configured oneMKL Toolkit path: %s\n' % (mkl_path))
764
0 commit comments