Skip to content

Commit d3dc49d

Browse files
committed
more chkstk fixes
1 parent e29b0c9 commit d3dc49d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ sed -i.bak0 "/CUPTI_DRIVER_TRACE_CBID_cuGraphAddNode_v2/d" xla/backends/profiler
3737
CUPTI_NEW = []
3838

3939
NEW_XLA_PATCHES = CUPTI_NEW + [
40+
"""
41+
sed -i.bak0 "s/__chkstk/__chkstk_ms/g" xla/service/cpu/runtime_symbol_generator.cc
42+
""",
43+
4044
"""
4145
sed -i.bak0 "s/Shlwapi/shlwapi/g" xla/tsl/platform/windows/load_library.cc xla/tsl/platform/windows/windows_file_system.cc xla/tsl/platform/windows/env.cc
4246
""",

0 commit comments

Comments
 (0)