-
Notifications
You must be signed in to change notification settings - Fork 744
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
Is there any documentation on address mapping to help developers use it? #13159
Comments
Such info can be found in specification documents. Hope that gets you started. Thanks |
@wangzy0327 hi, did Arvind's answer help you? |
The error line is
This is test program about the device extend.
|
Hi @wangzy0327 I tried to compile your code using 'clang++ -fsycl test.cpp'. Hope that is the right way. I ran into a few issues. When I looked closer at your code, I saw a few issues:
Thanks |
I tried to compile the above sample code using the cuda version and extended hardware version of sycl released in 2022-06. The device-side llvm ir code compiled by sycl-cuda is as follows. simple-add-sm_70.ll
The device-side llvm ir code compiled by the extended hardware is as follows. simple-add-mtp_372.ll
It is found that the handler of the extended hardware does not have the address 1 address number. How to fix this problem? How are the variable parameters of address 1 address defined and used? @KornevNikita @sommerlukas @elizabethandrews |
Hi! There have been no updates for at least the last 60 days, though the issue has assignee(s). @asudarsa, could you please take one of the following actions:
Thanks! |
How to develop the address space mapping for expanding new hardware? Can you give some specific suggestions and guidance? @asudarsa |
Hi! There have been no updates for at least the last 60 days, though the issue has assignee(s). @asudarsa, could you please take one of the following actions:
Thanks! |
1 similar comment
Hi! There have been no updates for at least the last 60 days, though the issue has assignee(s). @asudarsa, could you please take one of the following actions:
Thanks! |
Is your feature request related to a problem? Please describe
It is planned to expand new hardware based on SYCL. No relevant guidance has been found regarding the development of the address mapping part.Can you provide instructions or documents on address mapping for developers to refer to? This is the code part for the relevant address mapping based on 2022-06 version.What is the meaning of the contents of the NVPTXAddrSpaceMap variable? Which source files are involved in the relevant address space and the APIs called? @AlexeySachkov @elizabethandrews
Can you give me some help?
Describe the solution you would like
It is planned to expand new hardware based on SYCL about device memory access development.
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: