Skip to content

Commit ef47bbb

Browse files
authored
[libc] Add AMDGPU Timing to CMake (#99603)
`libc/benchmarks/gpu/timing/CMakeLists.txt` did not correctly build `amdgpu` utils. This PR fixes that issue by adding `amdgpu` to the loop that adds the correct sub directories.
1 parent 6da23b6 commit ef47bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/benchmarks/gpu/timing/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
foreach(target nvptx)
1+
foreach(target nvptx amdgpu)
22
add_subdirectory(${target})
33
list(APPEND target_gpu_timing libc.benchmarks.gpu.timing.${target}.${target}_timing)
44
endforeach()

0 commit comments

Comments
 (0)