Does the rtx accel use rtx cores if available with fallback? #119
|
I am checking out this example : https://github.com/LuisaGroup/LuisaCompute/blob/stable/src/tests/test_rtx.cpp |
Answered by
Mike-Leo-Smith
Jan 9, 2024
Replies: 1 comment 10 replies
|
Mostly yes. But it's more like a driver thing, which we don't have explicit control. And we do observe that on WSL or with some Intel on-chip GPUs the OptiX/DXR support is missing. |
10 replies
Answer selected by
trsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mostly yes. But it's more like a driver thing, which we don't have explicit control. And we do observe that on WSL or with some Intel on-chip GPUs the OptiX/DXR support is missing.