- Prepared for JIT use of hash-mode 1500, 8900 and 9300, works already on OpenCL (AMD)

- Changed PROMPT
This commit is contained in:
jsteube
2015-12-07 21:37:12 +01:00
parent 4c6b41d83f
commit 968265fffb
6 changed files with 279 additions and 88 deletions
+4
View File
@@ -56,5 +56,9 @@ void hc_cuCtxSynchronize (void);
void hc_cuCtxSetCacheConfig (CUfunc_cache config);
void hc_cuDriverGetVersion (int *driverVersion);
void hc_cuModuleLoadDataEx (CUmodule *module, const void *image, unsigned int numOptions, CUjit_option *options, void **optionValues);
void hc_cuLinkAddFile (CUlinkState state, CUjitInputType type, const char *path, unsigned int numOptions, CUjit_option *options, void **optionValues);
void hc_cuLinkComplete (CUlinkState state, void **cubinOut, size_t *sizeOut);
void hc_cuLinkCreate (unsigned int numOptions, CUjit_option *options, void **optionValues, CUlinkState *stateOut);
void hc_cuLinkDestroy (CUlinkState state);
#endif