Added documentation about TDR issue in windows
This commit is contained in:
parent
47bbef1509
commit
91111582f2
1 changed files with 4 additions and 0 deletions
|
|
@ -163,6 +163,10 @@ TEST(TestAsyncOperations, TestManagerAsyncExecution)
|
|||
std::shared_ptr<kp::Algorithm> algo1 = mgr.algorithm({ tensorA }, spirv);
|
||||
std::shared_ptr<kp::Algorithm> algo2 = mgr.algorithm({ tensorB }, spirv);
|
||||
|
||||
// AMD Drivers in Windows may see an error in this line due to timeout.
|
||||
// In order to fix this, it requires a change on Windows registries.
|
||||
// More details on this can be found here: https://docs.substance3d.com/spdoc/gpu-drivers-crash-with-long-computations-128745489.html
|
||||
// Context on solution discussed in github: https://github.com/EthicalML/vulkan-kompute/issues/196#issuecomment-808866505
|
||||
sq1->evalAsync<kp::OpAlgoDispatch>(algo1);
|
||||
sq2->evalAsync<kp::OpAlgoDispatch>(algo2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue