Skip to content

Commit 9315860

Browse files
committed
fix build with current opcode
1 parent 8b046ac commit 9315860

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
@@ -68,6 +68,9 @@ CUPTI_NEW = []
6868

6969
XLA_PATCHES = XLA_PATCHES + CUPTI_NEW + [
7070
"""
71+
sed -i.bak0 "s/kSupportedOpcodes({/kSupportedOpcodes(absl::flat_hash_set<HloOpcode>{/g" xla/service/gpu/gpu_memory_space_assignment.h
72+
""",
73+
"""
7174
sed -i.bak0 "s/cupti_driver_cbid/cupti/g" xla/backends/profiler/gpu/cupti_tracer.cc
7275
""",
7376
"""

0 commit comments

Comments
 (0)