2
0

SWDEV-470698 - fix formatting, add format check workflow (#657)

Este cometimento está contido em:
Danylo Lytovchenko
2025-08-20 16:28:06 +02:00
cometido por GitHub
ascendente 5840940caa
cometimento f7338717ae
1574 ficheiros modificados com 162972 adições e 199346 eliminações
@@ -20,18 +20,18 @@ THE SOFTWARE.
#include <hip_test_defgroups.hh>
#include <hip_test_process.hh>
/**
* @addtogroup hipModuleLoad hipModuleLoadData hipModuleLoadDataEx
* @{
* @ingroup ModuleTest
* `hipError_t hipModuleLoad(hipModule_t* module, const char* fname)` -
* Loads code object from file into a module
* `hipError_t hipModuleLoadData (hipModule_t *module, const void *image)` -
* Builds module from code object which resides in host memory. Image is pointer to that location.
* `hipError_t hipModuleLoadDataEx (hipModule_t *module, const void *image,
* unsigned int numOptions, hipJitOption *options, void **optionValues)` -
* Builds module from code object which resides in host memory. Image is pointer to that
* location. Options are not used.
*/
* @addtogroup hipModuleLoad hipModuleLoadData hipModuleLoadDataEx
* @{
* @ingroup ModuleTest
* `hipError_t hipModuleLoad(hipModule_t* module, const char* fname)` -
* Loads code object from file into a module
* `hipError_t hipModuleLoadData (hipModule_t *module, const void *image)` -
* Builds module from code object which resides in host memory. Image is pointer to that location.
* `hipError_t hipModuleLoadDataEx (hipModule_t *module, const void *image,
* unsigned int numOptions, hipJitOption *options, void **optionValues)` -
* Builds module from code object which resides in host memory. Image is pointer to that
* location. Options are not used.
*/
/**
* Test Description