Ryan

Results 2 issues of Ryan

Not sure if this has been brought up before, but I ran into an issue while trying to allocate host memory with size larger than MAX_INT. E.g. running: ``` JCuda.setExceptionsEnabled(true);...

**Describe the bug** Template variables are not being correctly inferred when passing an `Iterator` or `IteratorAggregate` into an `iterable` parameter. **To Reproduce** Create the following function: ```php /** * @template...

bug