2
0

kfdtest: remove scc test in MapUnmapToNodes for gfx90a A+A

Modifier scc is disabled from gfx90a's asm, so remove the
shader for gfx90a A+A and keep it for newer asics with scc
support.

Signed-off-by: Eric Huang <jinhuieric.huang@amd.com>
Change-Id: Iec3c7ccd5156a855adb2b02feb3db0761876aa2f
Este cometimento está contido em:
Eric Huang
2022-11-25 11:18:30 -05:00
cometido por JinHuiEric Huang
ascendente f46ddb7ead
cometimento 8e8aa024fd
2 ficheiros modificados com 1 adições e 5 eliminações
+1 -1
Ver ficheiro
@@ -177,7 +177,7 @@ TEST_F(KFDMemoryTest, MapUnmapToNodes) {
HsaMemoryBuffer dstBuffer(PAGE_SIZE, defaultGPUNode);
const char *pReadMemory;
if (m_NodeInfo.IsNodeXGMItoCPU(defaultGPUNode))
if (m_NodeInfo.IsNodeXGMItoCPU(defaultGPUNode) && (m_FamilyId != FAMILY_AL))
/* On A+A system memory is mapped as NC */
pReadMemory = PollNCMemoryIsa;
else
-4
Ver ficheiro
@@ -189,10 +189,6 @@ const char *PollMemoryIsa = R"(
* polled can be Non-coherant memory. SCC system-level
* cache coherence is not supported in scalar (smem) path.
* Use vmem operations with scc
*
* Note: Only works on Aldebaran, and even then the scc modifier
* has been defeatured. This shader is more or less
* deprecated.
*/
const char *PollNCMemoryIsa = R"(
.text