Changeset 74e9b5f in sasmodels for sasmodels/models/lib/polevl.c


Ignore:
Timestamp:
Oct 12, 2018 8:52:48 PM (6 years ago)
Author:
pkienzle
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4de14584
Parents:
b0de252
Message:

autotag functions as device functions for cuda. Refs #1076.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lib/polevl.c

    r0db7dbd r74e9b5f  
    5151*/ 
    5252 
    53 __device__ static 
    54 double polevl( double x, constant_par double *coef, int N ) 
     53static 
     54double polevl( double x, pconstant double *coef, int N ) 
    5555{ 
    5656 
     
    7272 */ 
    7373 
    74 __device__ static 
    75 double p1evl( double x, constant_par double *coef, int N ) 
     74static 
     75double p1evl( double x, pconstant double *coef, int N ) 
    7676{ 
    7777    int i=0; 
Note: See TracChangeset for help on using the changeset viewer.