[libc-commits] [PATCH] D158633: [libc] Remove `MAX_LANE_SIZE` definition from the RPC server
Jon Chesterfield via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Aug 23 09:56:15 PDT 2023
JonChesterfield added inline comments.
================
Comment at: libc/utils/gpu/loader/Loader.h:112
inline void register_rpc_callbacks(uint32_t device_id) {
+ static_assert(lane_size == 32 && lane_size == 64, "Invalid Lane size");
// Register the ping test for the `libc` tests.
----------------
This will never pass
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158633/new/
https://reviews.llvm.org/D158633
More information about the libc-commits
mailing list