Fix clang format (#1715)

This commit is contained in:
usrihari123
2025-11-10 20:45:42 +05:30
کامیت شده توسط GitHub
والد 9cac2e46e4
کامیت 5feec0513d
@@ -3341,21 +3341,21 @@ typedef union rocprofiler_hip_api_args_t
struct
{
hipLibrary_t* library;
hipKernel_t kernel;
hipKernel_t kernel;
} hipKernelGetLibrary;
struct
{
const char** name;
hipKernel_t kernel;
hipKernel_t kernel;
} hipKernelGetName;
#endif
#if HIP_RUNTIME_API_TABLE_STEP_VERSION >= 18
struct
{
size_t* dynamicSmemSize;
size_t* dynamicSmemSize;
const void* f;
int numBlocks;
int blockSize;
int numBlocks;
int blockSize;
} hipOccupancyAvailableDynamicSMemPerBlock;
#endif
} rocprofiler_hip_api_args_t;