Skip to content

Commit

Permalink
Merge pull request #4 from MooreThreads/fix/musa-apis
Browse files Browse the repository at this point in the history
fix: comment not implemented musa apis
  • Loading branch information
tangliang-mt authored Jan 2, 2025
2 parents e8296fa + 8a791fa commit 2dde7d3
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions libkineto/src/mupti_strings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,26 +514,28 @@ static const char* runtimeCbidNames[] = {
"musaDeviceGraphMemTrim",
"musaDeviceGetGraphMemAttribute",
"musaDeviceSetGraphMemAttribute",
"musaGraphNodeSetEnabled",
"musaGraphNodeGetEnabled",
"musaArrayGetMemoryRequirements",
"musaMipmappedArrayGetMemoryRequirements",
// comment not implemented musa apis
/* "musaGraphNodeSetEnabled", */
/* "musaGraphNodeGetEnabled", */
/* "musaArrayGetMemoryRequirements", */
/* "musaMipmappedArrayGetMemoryRequirements", */
"musaLaunchKernelExC",
"musaLaunchKernelExC_ptsz",
"musaOccupancyMaxPotentialClusterSize",
"musaOccupancyMaxActiveClusters",
"musaCreateTextureObject_v2",
"musaGetTextureObjectTextureDesc_v2",
"musaGraphInstantiateWithParams",
"musaGraphInstantiateWithParams_ptsz",
"musaGraphExecGetFlags",
"musa439",
"musaGetDeviceProperties_v2",
"musaStreamGetId",
"musaStreamGetId_ptsz",
"musaGraphInstantiate",
"musa444",
"SIZE"
/* "musaOccupancyMaxPotentialClusterSize", */
/* "musaOccupancyMaxActiveClusters", */
/* "musaCreateTextureObject_v2", */
/* "musaGetTextureObjectTextureDesc_v2", */
/* "musaGraphInstantiateWithParams", */
/* "musaGraphInstantiateWithParams_ptsz", */
/* "musaGraphExecGetFlags", */
/* "musa439", */
/* "musaGetDeviceProperties_v2", */
/* "musaStreamGetId", */
/* "musaStreamGetId_ptsz", */
/* "musaGraphInstantiate", */
/* "musa444", */
"SIZE",
"FORCE_INT"
};

const char* runtimeCbidName(MUpti_CallbackId cbid) {
Expand Down

0 comments on commit 2dde7d3

Please sign in to comment.