gorgonia / cu

package cu provides an idiomatic interface to the CUDA Driver API.
Apache License 2.0
475 stars 64 forks source link

API for JIT modules #13

Closed chewxy closed 6 years ago

chewxy commented 7 years ago

The C declaration is CUresult cuLinkCreate(unsigned int numOptions, CUjit_option* options, void** optionValues, CUlinkState* stateOut);

This requires the creation of new types, as prototyped below:

The APIs that need to be ported:

chewxy commented 6 years ago

Fixed