Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
CVPR
/
LIVE
like
34
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
LIVE
/
thrust
/
cmake
/
ThrustRunTest.cmake
Xu Ma
upload all files
28958dc
about 4 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
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
()