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
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
Dude, I figured it out...well for me anyway. -33 means "invalid device". You need to figure out which device is invalid and SKIP it. ./profanity.x64 --benchmark -s 1; did it for me because the second device was invalid. My clue that it was invalid is because the name (the part after GPU1: ) was nonsense and it changed each time which tells me it was using uninitialized memory (a bug in the code).
The text was updated successfully, but these errors were encountered: