We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda5a44 commit 9ffbe10Copy full SHA for 9ffbe10
deps/ReactantExtra/WORKSPACE
@@ -38,6 +38,9 @@ CUPTI_NEW = []
38
39
NEW_XLA_PATCHES = CUPTI_NEW + [
40
"""
41
+sed -i.bak0 "s/def main():/def main():\\n if TMPDIR: os.environ['TMPDIR'] = TMPDIR/g" third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc.tpl
42
+""",
43
+ """
44
sed -i.bak0 "s/__chkstk/__chkstk_ms/g" xla/service/cpu/runtime_symbol_generator.cc
45
""",
46
0 commit comments