SCM Repository
View of /branches/cuda/src/fi/pass_by_reference_wrapper.py
Parent Directory
|
Revision Log
Revision 5597 -
(download)
(as text)
(annotate)
Mon Jun 21 17:51:35 2021 UTC (10 months, 3 weeks ago) by jhr
File size: 140 byte(s)
Mon Jun 21 17:51:35 2021 UTC (10 months, 3 weeks ago) by jhr
File size: 140 byte(s)
populate new CUDA branch with Adrian's code
from cffi import FFI import os class data_wrapper: def __init__(self): ffi = FFI() c_type = ffi.cast("void*", 0) self.var = c_type
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |