Remove CACHED_HEAP option

[ROCm/rocshmem commit: 39c5be18b1]
This commit is contained in:
Brandon Potter
2024-07-15 10:18:20 -05:00
bovenliggende c54af3b2e8
commit b0963b2f2c
9 gewijzigde bestanden met toevoegingen van 5 en 11 verwijderingen
+1 -1
Bestand weergeven
@@ -126,7 +126,7 @@ extern const int gpu_clock_freq_mhz;
__device__ __forceinline__ void __roc_inv() { asm volatile("buffer_wbinvl1;"); }
__device__ __forceinline__ void __roc_flush() {
#if defined USE_COHERENT_HEAP || defined USE_CACHED_HEAP
#if defined USE_COHERENT_HEAP
#if __gfx90a__
asm volatile("s_dcache_wb;");
asm volatile("buffer_wbl2;");