Skip to content

Commit bd9f093

Browse files
Format code (#1431)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent 8878482 commit bd9f093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ hedron_compile_commands_setup_transitive_transitive_transitive()
5353
load("@enzyme_ad//:workspace.bzl", "ENZYME_COMMIT", "ENZYME_SHA256", "JAX_COMMIT", "JAX_SHA256", "XLA_PATCHES")
5454

5555
CUPTI_OLD = [
56-
"""
56+
"""
5757
sed -i.bak0 "s/cupti_driver_cbid/cupti/g" xla/backends/profiler/gpu/cupti_tracer.cc
5858
""",
59-
"""
59+
"""
6060
sed -i.bak0 "/CUPTI_DRIVER_TRACE_CBID_cuGraphAddNode/d" xla/backends/profiler/gpu/cupti_tracer.cc
6161
""",
62-
"""
62+
"""
6363
sed -i.bak0 "/CUPTI_DRIVER_TRACE_CBID_cuGraphAddNode_v2/d" xla/backends/profiler/gpu/cupti_tracer.cc
6464
""",
6565
]
6666

6767
CUPTI_NEW = []
6868

6969
XLA_PATCHES = XLA_PATCHES + CUPTI_NEW + [
70-
"""
70+
"""
7171
sed -i.bak0 "s/cupti_driver_cbid/cupti/g" xla/backends/profiler/gpu/cupti_tracer.cc
7272
""",
7373
"""

0 commit comments

Comments
 (0)