Changeset c7ebb37 in sasview
- Timestamp:
- Nov 15, 2017 6:59:13 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d1955d67
- Parents:
- d4881f6a
- git-author:
- Adam Washington <adam.washington@…> (11/15/17 05:29:02)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (11/15/17 06:59:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/GPUOptions.py
rf1f3e6a rc7ebb37 220 220 except ImportError: 221 221 print("pyopencl import failed. Using only CPU computations") 222 except cl.LogicError as e: 223 print(e.value) 222 224 223 225 p_index = 0
Note: See TracChangeset
for help on using the changeset viewer.