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

Add size for CudaCubinInMemory #9045

Closed
wants to merge 1 commit into from

Conversation

ShengYang1
Copy link
Contributor

This is a sub PR to add SPIR target in openxla.
CudaCubinInMemory is an object represents compiled binary for different backends. char* bytes is enough for cuda backend, but spir requires additional int size to load the binary.

@github-actions github-actions bot added the kokoro:force-run Forces CI to rerun label Feb 1, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Forces CI to rerun label Feb 1, 2024
@Zantares
Copy link

Zantares commented Feb 1, 2024

Sub PR of #9042

@penpornk penpornk self-assigned this Feb 1, 2024
@penpornk penpornk self-requested a review February 1, 2024 17:14
@kamaljeeti
Copy link
Contributor

Hi @penpornk, any update on this PR? Thanks

@github-actions github-actions bot added the kokoro:force-run Forces CI to rerun label Feb 22, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Forces CI to rerun label Feb 22, 2024
@github-actions github-actions bot added the kokoro:force-run Forces CI to rerun label Mar 6, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Forces CI to rerun label Mar 6, 2024
copybara-service bot pushed a commit that referenced this pull request Mar 6, 2024
Imported from GitHub PR #9045

This is a sub PR to add SPIR target in openxla.
`CudaCubinInMemory` is an object represents compiled binary for different backends. `char* bytes` is enough for cuda backend, but spir requires additional `int size` to load the binary.
Copybara import of the project:

--
59270e8 by Sheng, Yang <[email protected]>:

Add size for CudaCubinInMemory

Merging this change closes #9045

FUTURE_COPYBARA_INTEGRATE_REVIEW=#9045 from Intel-tensorflow:yang/cubin 59270e8
PiperOrigin-RevId: 613135362
copybara-service bot pushed a commit that referenced this pull request Mar 7, 2024
Imported from GitHub PR #9045

This is a sub PR to add SPIR target in openxla.
`CudaCubinInMemory` is an object represents compiled binary for different backends. `char* bytes` is enough for cuda backend, but spir requires additional `int size` to load the binary.
Copybara import of the project:

--
59270e8 by Sheng, Yang <[email protected]>:

Add size for CudaCubinInMemory

Merging this change closes #9045

FUTURE_COPYBARA_INTEGRATE_REVIEW=#9045 from Intel-tensorflow:yang/cubin 59270e8
PiperOrigin-RevId: 613135362
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Mar 7, 2024
Imported from GitHub PR openxla/xla#9045

This is a sub PR to add SPIR target in openxla.
`CudaCubinInMemory` is an object represents compiled binary for different backends. `char* bytes` is enough for cuda backend, but spir requires additional `int size` to load the binary.
Copybara import of the project:

--
59270e8c02438425e508067aeb92da828630bdcc by Sheng, Yang <[email protected]>:

Add size for CudaCubinInMemory

Merging this change closes #9045

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#9045 from Intel-tensorflow:yang/cubin 59270e8c02438425e508067aeb92da828630bdcc
PiperOrigin-RevId: 613135362
copybara-service bot pushed a commit that referenced this pull request Mar 7, 2024
Imported from GitHub PR #9045

This is a sub PR to add SPIR target in openxla.
`CudaCubinInMemory` is an object represents compiled binary for different backends. `char* bytes` is enough for cuda backend, but spir requires additional `int size` to load the binary.
Copybara import of the project:

--
59270e8 by Sheng, Yang <[email protected]>:

Add size for CudaCubinInMemory

Merging this change closes #9045

FUTURE_COPYBARA_INTEGRATE_REVIEW=#9045 from Intel-tensorflow:yang/cubin 59270e8
PiperOrigin-RevId: 613135362
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Mar 7, 2024
Imported from GitHub PR openxla/xla#9045

This is a sub PR to add SPIR target in openxla.
`CudaCubinInMemory` is an object represents compiled binary for different backends. `char* bytes` is enough for cuda backend, but spir requires additional `int size` to load the binary.
Copybara import of the project:

--
59270e8c02438425e508067aeb92da828630bdcc by Sheng, Yang <[email protected]>:

Add size for CudaCubinInMemory

Merging this change closes #9045

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#9045 from Intel-tensorflow:yang/cubin 59270e8c02438425e508067aeb92da828630bdcc
PiperOrigin-RevId: 613135362
@copybara-service copybara-service bot closed this in ae84cac Mar 7, 2024
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Mar 7, 2024
Imported from GitHub PR openxla/xla#9045

This is a sub PR to add SPIR target in openxla.
`CudaCubinInMemory` is an object represents compiled binary for different backends. `char* bytes` is enough for cuda backend, but spir requires additional `int size` to load the binary.
Copybara import of the project:

--
59270e8c02438425e508067aeb92da828630bdcc by Sheng, Yang <[email protected]>:

Add size for CudaCubinInMemory

Merging this change closes #9045

PiperOrigin-RevId: 613560214
i-chaochen added a commit to ROCm/xla that referenced this pull request Mar 8, 2024
i-chaochen added a commit to ROCm/xla that referenced this pull request Mar 8, 2024
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Mar 8, 2024
…a#9045

Imported from GitHub PR openxla/xla#10350

This PR fixed a build error from openxla/xla#9045
@xla-rotation @ddunl
Copybara import of the project:

--
e233082e980f1d2cf74c96084472e32fa238fca9 by Chao Chen <[email protected]>:

fixed CudaCubinInMemory for openxla/xla#9045

Merging this change closes #10350

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#10350 from ROCm:fixed_CudaCubinInMemory e233082e980f1d2cf74c96084472e32fa238fca9
PiperOrigin-RevId: 613740970
draganmladjenovic pushed a commit to ROCm/xla that referenced this pull request Mar 8, 2024
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Mar 8, 2024
…a#9045

Imported from GitHub PR openxla/xla#10350

This PR fixed a build error from openxla/xla#9045
@xla-rotation @ddunl
Copybara import of the project:

--
e233082e980f1d2cf74c96084472e32fa238fca9 by Chao Chen <[email protected]>:

fixed CudaCubinInMemory for openxla/xla#9045

Merging this change closes #10350

FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#10350 from ROCm:fixed_CudaCubinInMemory e233082e980f1d2cf74c96084472e32fa238fca9
PiperOrigin-RevId: 613740970
copybara-service bot pushed a commit that referenced this pull request Mar 8, 2024
Imported from GitHub PR #10350

This PR fixed a build error from #9045
@xla-rotation @ddunl
Copybara import of the project:

--
e233082 by Chao Chen <[email protected]>:

fixed CudaCubinInMemory for #9045

Merging this change closes #10350

COPYBARA_INTEGRATE_REVIEW=#10350 from ROCm:fixed_CudaCubinInMemory e233082
PiperOrigin-RevId: 613853668
copybara-service bot pushed a commit to tensorflow/tensorflow that referenced this pull request Mar 8, 2024
…a#9045

Imported from GitHub PR openxla/xla#10350

This PR fixed a build error from openxla/xla#9045
@xla-rotation @ddunl
Copybara import of the project:

--
e233082e980f1d2cf74c96084472e32fa238fca9 by Chao Chen <[email protected]>:

fixed CudaCubinInMemory for openxla/xla#9045

Merging this change closes #10350

PiperOrigin-RevId: 613853668
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.

7 participants