Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CVPR
/
LIVE
like
35
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
591c110
LIVE
/
thrust
/
cmake
/
ThrustRunTest.cmake
Xu Ma
upload all files
28958dc
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
()