Changeset 4139147 in sasview for src/sas/sasgui/perspectives/fitting
- Timestamp:
- Dec 5, 2016 9:47:47 AM (8 years ago)
- Children:
- 33844bf
- Parents:
- 7feb69d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
r7feb69d r4139147 106 106 clinfo.append(":".join([platform.name,device.name])) 107 107 except ImportError: 108 warnings.warn("pyopencl import failed. Please check installation")108 warnings.warn("pyopencl import failed. Using only CPU computations") 109 109 110 110 clinfo.append("No OpenCL")
Note: See TracChangeset
for help on using the changeset viewer.