Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rocm jaxlib v0.4.28 qa updated #10

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

i-chaochen
Copy link

@i-chaochen i-chaochen commented Jun 11, 2024

No description provided.

@i-chaochen i-chaochen merged commit d7ffe1d into rocm-jaxlib-v0.4.28-qa Jun 11, 2024
3 of 5 checks passed
pemeliya pushed a commit that referenced this pull request Jun 18, 2024
Imported from GitHub PR openxla#13872

Build error is encountered in OSS for target ir_emitter_triton_test:
#10 283.3 ./xla/service/memory_space_assignment/cost_analysis.h:118:28: note: replace 'default' with 'delete'
#10 283.3   118 |   HloCostAnalysisCosts() = default;
#10 283.3       |                            ^~~~~~~
#10 283.3       |                            delete
#10 283.3 xla/service/gpu/ir_emitter_triton_test.cc:1428:3: error: use of undeclared identifier 'ASSERT_OK'
#10 283.3  1428 |   ASSERT_OK(backend_config_or);
#10 283.3       |   ^
#10 283.3 xla/service/gpu/ir_emitter_triton_test.cc:1442:3: error: use of undeclared identifier 'ASSERT_OK'
#10 283.3  1442 |   ASSERT_OK(triton_dot_fusion->set_backend_config(backend_config));
#10 283.3       |   ^
#10 283.3 xla/service/gpu/ir_emitter_triton_test.cc:1460:3: error: use of undeclared identifier 'ASSERT_OK'
#10 283.3  1460 |   ASSERT_OK(triton_dot_fusion->set_backend_config(backend_config));
#10 283.3       |   ^
#10 283.3 xla/service/gpu/ir_emitter_triton_test.cc:1975:3: error: use of undeclared identifier 'ASSERT_OK'
#10 283.3  1975 |   ASSERT_OK(backend_config_or);
#10 283.3       |   ^
#10 283.3 xla/service/gpu/ir_emitter_triton_test.cc:1989:3: error: use of undeclared identifier 'ASSERT_OK'
#10 283.3  1989 |   ASSERT_OK(triton_dot_fusion->set_backend_config(backend_config));
#10 283.3       |   ^
#10 283.3 xla/service/gpu/ir_emitter_triton_test.cc:2006:3: error: use of undeclared identifier 'ASSERT_OK'
#10 283.3  2006 |   ASSERT_OK(triton_dot_fusion->set_backend_config(backend_config));

Fix: Replaced ASSERT_OK with TF_ASSERT_OK
Copybara import of the project:

--
f082bea by Harshit Monish <143435143+hmonishN@users.noreply.github.com>:

Update ir_emitter_triton_test.cc

replace ASSERT_OK with TF_ASSERT_OK

Merging this change closes openxla#13872

COPYBARA_INTEGRATE_REVIEW=openxla#13872 from hmonishN:hmonish/fix_oss_build_failure f082bea
PiperOrigin-RevId: 644187806
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants