Annotate __constant__

[ROCm/clr commit: 3441cd7f16]
Tento commit je obsažen v:
Alex Voicu
2020-02-28 22:54:00 +02:00
rodič ee8cee7d35
revize 6adaa5dec3
+1 -1
Zobrazit soubor
@@ -60,7 +60,7 @@ THE SOFTWARE.
*/
// _restrict is supported by the compiler
#define __shared__ tile_static
#define __constant__ __attribute__((hc))
#define __constant__ __attribute__((hc, annotate("__HIP_constant__")))
#elif defined(__clang__) && defined(__HIP__)