Files
rocm-systems/src
Ben Sander 4d29885be3 Refactor Module and Function APIs.
- hipFunction_t is now returned by value.  This eliminates dynamic
      allocation / memory management complexity in the module.  Removed
the kernel
      name so the structure is just 16 bytes now.

    - Moved the hsa_executable_load_module and hsa_executable_freeze
      calls to the hipModuleLoad and hipModuleLoadData calls.

    - Apply sharedMemBytes in hipModuleLaunchKernel to group segment
      size (not private).
2016-12-17 07:22:33 -06:00
..
2016-12-15 14:42:52 -06:00
2016-12-17 16:53:03 +05:30
2016-12-17 16:53:03 +05:30
2016-10-18 22:27:16 -05:00
2016-12-05 20:21:33 -06:00
2016-12-17 07:22:33 -06:00
2016-10-15 22:55:22 +05:30
2016-11-10 23:12:48 -06:00