Open ohmaya opened 2 months ago
"testResult = error == cudaErrorAssert;" => "testResult = error == cudaSuccess;"
The test condition in main() is: "testResult == true" results in OK and EXIT_SUCCESS.
"testResult = error == cudaErrorAssert;" => "testResult = error == cudaSuccess;"
The test condition in main() is: "testResult == true" results in OK and EXIT_SUCCESS.