Skip to content

Commit 41f20a1

Browse files
kzhuravllamb-j
authored andcommitted
Remove merge markers from comgr
Change-Id: I575e957ce2b8a1fe1fe472bc1f9af50332ec6639
1 parent 90d4683 commit 41f20a1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

amd/comgr/test/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ configure_file("source/source1.s" "source/source1.s" COPYONLY)
8080
configure_file("source/shared.cl" "source/shared.cl" COPYONLY)
8181
configure_file("source/source1.hip" "source/source1.hip" COPYONLY)
8282
configure_file("source/source2.hip" "source/source2.hip" COPYONLY)
83-
configure_file("source/name-expression.hip" "source/name-expression.hip" COPYONLY)
83+
configure_file("source/name-expression.hip" "source/name_expression.hip" COPYONLY)
8484
configure_file("source/rocm56slice.b" "source/rocm56slice.b" COPYONLY)
8585
configure_file("source/rocm57slice.b" "source/rocm57slice.b" COPYONLY)
8686

@@ -175,11 +175,7 @@ add_comgr_test(symbolize_test c)
175175
add_comgr_test(mangled_names_test c)
176176
add_comgr_test(multithread_test cpp)
177177
add_comgr_test(name_expression_map_test c)
178-
<<<<<<< HEAD
179-
=======
180-
add_comgr_test(nested_kernel_test c)
181178
add_comgr_test(map_elf_virtual_address_test c)
182-
>>>>>>> a999d61d45eb ([Comgr] New API to map ELF virtual address to code object offsets)
183179

184180
# Test : Compile HIP tests only if HIP-Clang is installed.
185181
if (DEFINED HIP_COMPILER AND "${HIP_COMPILER}" STREQUAL "clang")

0 commit comments

Comments
 (0)