Changes between Version 28 and Version 29 of AppCoprocessor
- Timestamp:
- Aug 26, 2010, 3:56:23 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppCoprocessor
v28 v29 10 10 You can develop your application using any programming system, e.g. 11 11 CUDA (for NVIDIA), Brook+ (for ATI) or OpenCL. 12 13 == Dealing with GPU memory allocation failures == 14 15 GPUs don't have virtual memory. 16 GPU memory allocations may fail because other applications are using the GPU. 17 This is typically a temporary condition. 18 Rather than exiting with an error in this case, call 19 {{{ 20 boinc_temporary_exit(60); 21 }}} 22 This will exit the application, and will tell the BOINC client to restart it again in at least 60 seconds. 12 23 13 24 == Command-line arguments ==