Ignore:
Timestamp:
Nov 29, 2016 6:59:59 AM (7 years ago)
Author:
wojciech
Children:
9fdf302
Parents:
c2cb772
Message:

Calling CL devices from get_devices rather than create some context

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/fitting.py

    rf78c7d2 r16c1297  
    194194 
    195195        self.id_gpu_options_panel = wx.NewId() 
    196         self.menu1.Append(self.id_gpu_options_panel, "GPU Options", "Choose how to compile models") 
     196        self.menu1.Append(self.id_gpu_options_panel, "OpenCL Options", "Choose OpenCL driver or turn it off") 
    197197        wx.EVT_MENU(owner, self.id_gpu_options_panel, self.on_gpu_options) 
    198198 
Note: See TracChangeset for help on using the changeset viewer.