Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Fix arg passing in CUDA diff shared fld
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 3, 2014
1 parent 8009403 commit 29476ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedge/backends/cuda/diff_shared_fld.py
Expand Up @@ -504,7 +504,7 @@ def unroll_body(j):
given.microblock.aligned_floats//chunk_size)

func.prepare(
["PP"] + discr.dimensions*[float_type],
["PP"] + discr.dimensions*["P"],
texrefs=[diff_rst_mat_texref])

return block, func
Expand Down

0 comments on commit 29476ed

Please sign in to comment.