Changeset f2f67a6 in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Apr 15, 2016 7:26:24 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
ae2b6b5, 38a9b07, eb97b11
Parents:
0ff62d4
Message:

reenable opencl; works on cpu but not gpu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    rdd7fc12 rf2f67a6  
    142142            or not HAVE_OPENCL 
    143143            or not kernelcl.environment().has_type(numpy_dtype)): 
     144        #print("building dll", numpy_dtype) 
    144145        return kerneldll.load_dll(source, model_info, numpy_dtype) 
    145146    else: 
     147        #print("building ocl", numpy_dtype) 
    146148        return kernelcl.GpuModel(source, model_info, numpy_dtype, fast=fast) 
    147149 
Note: See TracChangeset for help on using the changeset viewer.