Changeset 407bf48 in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Aug 24, 2016 5:19:52 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:
8407d8c
Parents:
0dc34c3
Message:

gpu flag added to sasmodels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

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