-
Notifications
You must be signed in to change notification settings - Fork 393
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
Frei/device memory support rebased #517
base: devel
Are you sure you want to change the base?
Conversation
without unified memory (e.g. dGPUs)
used in tutorials.
interface was missing
04715ce
to
82d5580
Compare
squashed WIP commits for latest change |
82d5580
to
cee738e
Compare
removed nonessential nightly tests after rthw internal builder removal |
The kernels/level_zero/ze_rtas.h file is no longer required. The ze_wrapper/zeDeviceGetRTASProperties function can go, and the ZE_RTAS_FORMAT_EXP_VERSION_1/2/MAX are then no longer required. After that removed too it looks fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The kernels/level_zero/ze_rtas.h file is no longer required. The ze_wrapper/zeDeviceGetRTASProperties function can go, and the ZE_RTAS_FORMAT_EXP_VERSION_1/2/MAX are then no longer required. After that removed too it looks fine.
cee738e
to
8d230cb
Compare
8d230cb
to
6702c2b
Compare
addressed those changes with the latest update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now.
This reverts commit d3c165b. newest public driver under linux does not fix this issue.
CI is green, I THINK, the documentation doesn't need additional updates after removing the
EMBREE_SYCL_L0_RTAS_BUILDER
cmake flag