SWDEV-416457 - clr to handle metadata ActualAccQual

Change-Id: I4e4c52093ed0f65830dbba19266872d3405c4916


[ROCm/clr commit: dc401c520b]
This commit is contained in:
Alex Xie
2023-08-14 17:58:41 -04:00
committato da AlexBin Xie
parent 8a7a86847f
commit 278c65ae86
2 ha cambiato i file con 14 aggiunte e 6 eliminazioni
+1 -1
Vedi File
@@ -78,7 +78,7 @@ struct KernelParameterDescriptor {
uint32_t defined_ : 1; //!< The argument was defined by the app
uint32_t hidden_ : 1; //!< It's a hidden argument
uint32_t shared_ : 1; //!< Dynamic shared memory
uint32_t reserved_ : 1; //!< Reserved
uint32_t isReadOnlyByCompiler : 1; //!< Compiler determine it is read only
uint32_t arrayIndex_ : 20; //!< Index in the objects array or LDS alignment
};
uint32_t allValues_;