You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1496,6 +1496,9 @@ class RaytracingPipelineApp final : public examples::SimpleWindowedApplication,
1496
1496
m_logger->log("Failed to await submission feature!", ILogger::ELL_ERROR);
1497
1497
returnfalse;
1498
1498
}
1499
+
// 2 submits, BLAS build, TLAS build, DO NOT ADD COMPACTIONS IN THIS EXAMPLE!
1500
+
if (compute.getFutureScratchSemaphore().value>3)
1501
+
m_logger->log("Overflow submitted on Compute Queue despite using ReBAR (no transfer submits or usage of staging buffer) and providing a AS Build Scratch Buffer of correctly queried max size!",system::ILogger::ELL_ERROR);
0 commit comments