openxla / xla

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

Fix //xla/service/gpu:triton_support_test in OSS #14353

Closed sergey-kozub closed 3 days ago

sergey-kozub commented 3 days ago

Currently the test fails with:

xla/service/gpu/triton_support_test.cc:49:18: error: no member named 'status' in namespace 'testing'
49 | using ::testing::status::IsOk;