Skip to content

Commit e7466a9

Browse files
jameshu15869yuxuanchen1997
authored andcommitted
[libc] Add AMDGPU Timing to CMake (#99603)
Summary: `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. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251434
1 parent 1144dde commit e7466a9

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)