SWDEV-307184 - Hidden heap keyword was renamed

Change-Id: I0a72b0cc16bd3d637cbaa79a692640bc922f62c4


[ROCm/clr commit: abf088ea89]
This commit is contained in:
German Andryeyev
2022-04-08 14:26:31 -04:00
orang tua ac9195f34a
melakukan 3f93be3aec
+1 -1
Melihat File
@@ -277,7 +277,7 @@ static const std::map<std::string, uint32_t> ArgValueKindV3 = {
{"hidden_default_queue", amd::KernelParameterDescriptor::HiddenDefaultQueue},
{"hidden_completion_action", amd::KernelParameterDescriptor::HiddenCompletionAction},
{"hidden_multigrid_sync_arg", amd::KernelParameterDescriptor::HiddenMultiGridSync},
{"hidden_heap", amd::KernelParameterDescriptor::HiddenHeap},
{"hidden_heap_v1", amd::KernelParameterDescriptor::HiddenHeap},
{"hidden_hostcall_buffer", amd::KernelParameterDescriptor::HiddenHostcallBuffer},
{"hidden_block_count_x", amd::KernelParameterDescriptor::HiddenBlockCountX},
{"hidden_block_count_y", amd::KernelParameterDescriptor::HiddenBlockCountY},