Changeset 8407d8c in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Aug 25, 2016 9:17:58 AM (8 years ago)
Author:
wojciech
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
d6e2f8d
Parents:
407bf48
Message:

Changed gpu flag to opencl as it seems more appropritae to what code is doing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    r407bf48 r8407d8c  
    731731    info.category = getattr(kernel_module, 'category', None) 
    732732    info.single = getattr(kernel_module, 'single', True) 
    733     info.gpu = getattr(kernel_module, 'gpu', True) 
     733    info.opencl = getattr(kernel_module, 'opencl', True) 
    734734    info.structure_factor = getattr(kernel_module, 'structure_factor', False) 
    735735    info.profile_axes = getattr(kernel_module, 'profile_axes', ['x', 'y']) 
Note: See TracChangeset for help on using the changeset viewer.