Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ma-xu
/
LIVE
like
2
Runtime error
App
Files
Files
Community
2
367a7f2
LIVE
/
thrust
/
cmake
/
ThrustRunTest.cmake
Xu Ma
update
1c3c0d9
over 2 years ago
raw
Copy download link
history
blame
Safe
189 Bytes
execute_process
(
COMMAND
"${THRUST_BINARY}"
RESULT_VARIABLE EXIT_CODE
)
if
(
NOT
"0"
STREQUAL
"${EXIT_CODE}"
)
message
(FATAL_ERROR
"${THRUST_BINARY} failed (${EXIT_CODE})"
)
endif
()