Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixing several problems: GCHandle.Free() when it shouldn't; fix type …
…casting to GPU BCL methods; finding .LIB file for GPU BCL when tests aren't set up correctly. Comb test works, sort of, but only if 'swaps' variable is an Int32. This is because the meta used by JITER does not correspond to what is layed out via BUFFER. This will need to be fixed, using the meta for the GPU.
- Loading branch information
Showing
with
34 additions
and 9 deletions.
- +11 −7 Campy.Compiler/inst.cs
- +21 −0 Campy.Compiler/runtime.cs
- +2 −2 Campy/Parallel.cs