NVIDIAGameWorks / PhysX-3.4

NVIDIA PhysX SDK 3.4
https://www.nvidia.com/
2.35k stars 273 forks source link

Physx GRB (GPU rigid bodies) is broken on Titan V (volta) was OK with Maxwell.. #74

Closed oscarbg closed 6 years ago

oscarbg commented 6 years ago

Hi, had Kapla demo from SDK compiled from original 3.4.0 release and worked nice on a GTX 970.. upon changing to a Titan V sample doesn't work correcty.. upon starting all objects fall below the floor.. the same error is present also in Snippet GRB sample.. so I downloaded lastest SDK here (3.4.2) and recompiled Kapla demo and same error is present still.. I notice more clear errors are shown upon pressing space key for shooting objects to the scene:

This can't be fixed by myself as GPU portion of PhysX is still closed.. log running Kapla and shooting:

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuCommon\include\PxgCudaUtils.h (53) : unknown error : SynchronizeStreams failed

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuSolver\src\PxgCudaSolverCore.cpp (989) : unknown error : GPU jointConstraintPrepare fail to launch kernel!!

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuSolver\src\PxgCudaSolverCore.cpp (1231) : unknown error : GPU solveContactParallel fail to launch kernel!!

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuSolver\src\PxgCudaSolverCore.cpp (1271) : unknown error : GPU solveContactParallel fail to launch kernel!!

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuSolver\src\PxgCudaSolverCore.cpp (1271) : unknown error : GPU solveContactParallel fail to launch kernel!!

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuSolver\src\PxgCudaSolverCore.cpp (1271) : unknown error : GPU solveContactParallel fail to launch kernel!!

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuSolver\src\PxgCudaSolverCore.cpp (1287) : unknown error : GPU compute solver bodies average velocities fail to launch kernel!!

C:\buildAgent\work\ec03eeb8e2a0ca1f\sw\physx\PhysXSDK\3.4\trunk\Source\GpuSolver\src\PxgCudaSolverCore.cpp (1271) : unknown error : GPU solveContactParallel fail to launch kernel!!
kstorey-nvidia commented 6 years ago

Apologies for this. We're working on a solution for this and will be including a fix an upcoming patch.

oscarbg commented 6 years ago

no problem.. thanks for answering, it's good to know problem is known internally and being investigated..

oscarbg commented 6 years ago

thanks for update.. working now..