mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
position-independent kernel fix
This commit is contained in:
parent
2488e4736c
commit
15dc9afe93
20 changed files with 497 additions and 720 deletions
|
@ -95,9 +95,6 @@ int vx_dcr_write(vx_device_h hdevice, uint32_t addr, uint32_t value);
|
|||
|
||||
////////////////////////////// UTILITY FUNCTIONS //////////////////////////////
|
||||
|
||||
// upload kernel file to device
|
||||
int vx_upload_kernel_file(vx_device_h hdevice, const char* filename, uint64_t* addr);
|
||||
|
||||
// upload bytes to device
|
||||
int vx_upload_bytes(vx_device_h hdevice, const void* content, uint64_t size, uint64_t* addr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue