summaryrefslogtreecommitdiffstats
path: root/Tests/HIP/ArchitectureOff/main.hip
blob: 9256318cc254b533a4309c185abe28cf05a691d4 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __HIP_DEVICE_COMPILE__
#  ifndef __gfx908__
#    error "Passed architecture gfx908, but got something else."
#  endif
#endif

int main()
{
}