Fix tests
This commit is contained in:
parent
b23d7909fb
commit
753f74d485
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ def main():
|
|||
# get pointer to workfunc
|
||||
workfunc_ptr = exe.engine.get_pointer_to_function(workfunc)
|
||||
|
||||
workdecl = CDeclare(workfunc.name, workfunc.type.pointee, workfunc_ptr)
|
||||
workdecl = CFuncRef(workfunc.name, workfunc.type.pointee, workfunc_ptr)
|
||||
|
||||
spufdef = SpecializedParallelUFunc(ParallelUFuncPosix(num_thread=2),
|
||||
UFuncCore_D_D(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue