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] Use unique_ptr for TupleHandle in pjrt_se_client #17430

Closed
wants to merge 1 commit into from

Conversation

hsharsha
Copy link
Contributor

@hsharsha hsharsha commented Sep 20, 2024

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same

xla/pjrt/pjrt_stream_executor_client.cc Outdated Show resolved Hide resolved
@hsharsha hsharsha changed the title [ROCm] Use shared_ptr for TupleHandle in pjrt_se_client [ROCm] Use unique_ptr for TupleHandle in pjrt_se_client Sep 30, 2024
On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same
copybara-service bot pushed a commit that referenced this pull request Oct 1, 2024
Imported from GitHub PR #17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb830 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=#17430 from ROCm:ci_use_shared_ptr_20240920 80eb830
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 1, 2024
Imported from GitHub PR openxla/xla#17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit that referenced this pull request Oct 1, 2024
Imported from GitHub PR #17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb830 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=#17430 from ROCm:ci_use_shared_ptr_20240920 80eb830
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 1, 2024
Imported from GitHub PR openxla/xla#17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit that referenced this pull request Oct 1, 2024
Imported from GitHub PR #17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb830 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=#17430 from ROCm:ci_use_shared_ptr_20240920 80eb830
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 1, 2024
Imported from GitHub PR openxla/xla#17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit that referenced this pull request Oct 2, 2024
Imported from GitHub PR #17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb830 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=#17430 from ROCm:ci_use_shared_ptr_20240920 80eb830
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
Imported from GitHub PR openxla/xla#17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 680653976
copybara-service bot pushed a commit that referenced this pull request Oct 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#17430 from ROCm:ci_use_shared_ptr_20240920 80eb830
PiperOrigin-RevId: 680652154
@copybara-service copybara-service bot closed this in 91587de Oct 2, 2024
copybara-service bot pushed a commit that referenced this pull request Oct 2, 2024
…tion.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#17430 from ROCm:ci_use_shared_ptr_20240920 80eb830
PiperOrigin-RevId: 681513593
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
…tion.

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 681513593
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
…cutor wrappers.

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 681510067
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
…e of `shard_map`.

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 677110682
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 680652154
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
…than strategies).

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 681254097
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
…e of `shard_map`.

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 677110682
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
…erOutput> as the AutoShardingSolverResult::skip_auto_sharding is now dead after some recent changes.

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 678928364
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
Now that Shardy will now be fully integrated, we should delete the `ShardyCallInliner` and update `CallInliner` to look for what `ShardyCallInliner` checks for. We've had two bugs because of this thus far.

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 679653544
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
…erOutput> as the AutoShardingSolverResult::skip_auto_sharding is now dead after some recent changes.

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 678928364
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
Imported from GitHub PR openxla/xla#17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

PiperOrigin-RevId: 681556381
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6
PiperOrigin-RevId: 680652154
tensorflow-jenkins pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 10, 2024
Imported from GitHub PR openxla/xla#17430

On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same
Copybara import of the project:

--
80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>:

[ROCm] Use unique_ptr for TupleHandle in pjrt_se_client

On older gcc (specifically in Ubuntu-20.04) and absl copy operator
fails to copy created TupleHandle into an existing variable.
Instead use unique_ptr to accompalish the same

Merging this change closes #17430

PiperOrigin-RevId: 681556381
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants