Skip to content

Fix incomplete PTX file written to disk#8

Closed
bdenhollander wants to merge 1 commit into
amd:masterfrom
bdenhollander:fix-hiprtc-cache
Closed

Fix incomplete PTX file written to disk#8
bdenhollander wants to merge 1 commit into
amd:masterfrom
bdenhollander:fix-hiprtc-cache

Conversation

@bdenhollander

Copy link
Copy Markdown

Bytes written is sometimes less than original ptx.size() and hipModuleLoad throws an a string too long exception. Setting binary output writes all the bytes.

Bytes written is sometimes less than original ptx.size() and hipModuleLoad throws an a string too long exception. Setting binary output writes all the bytes.
@ex-rzr ex-rzr mentioned this pull request Jan 21, 2024
@ex-rzr

ex-rzr commented Jan 21, 2024

Copy link
Copy Markdown
Contributor

Included in #14

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