openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.55k stars 394 forks source link

Add TF_ prefix to ASSERT_OK in tests #14899

Closed jaro-sevcik closed 1 month ago

jaro-sevcik commented 1 month ago

Fixes OSS build breakage of se_gpu_pjrt_client_test.cc.

jaro-sevcik commented 1 month ago

The se_gpu_pjrt_client_test.cc file used to build just fine before https://github.com/openxla/xla/commit/db472b8c3d83bc27b3c67067802b9a37ef7542e3. Let us keep it buildable in OSS. (Not sure why we don't build the file in OSS by default.) Also for consistency...