Skip to content

Commit 0aee2a8

Browse files
committed
Fix hw int
1 parent 532fd73 commit 0aee2a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ XLA_PATCHES = XLA_PATCHES + [
5454
sed -i.bak0 "s/__cpp_lib_hardware_interference_size/HW_INTERFERENCE_SIZE/g" xla/backends/cpu/runtime/thunk_executor.h
5555
""",
5656
"""
57+
sed -i.bak0 "s/__cpp_lib_hardware_interference_size/HW_INTERFERENCE_SIZE/g" xla/backends/cpu/runtime/work_queue.h
58+
""",
59+
"""
5760
sed -i.bak0 "s/__cpp_lib_hardware_interference_size/HW_INTERFERENCE_SIZE/g" xla/tsl/concurrency/async_value_ref.h
5861
""",
5962
"""

0 commit comments

Comments
 (0)