SWDEV:253548 : remove gfx-arch macros

Change-Id: I1ef0b4e080c15a9c6228f48ecd6a65b134d0a72d


[ROCm/hip commit: a2f9a2d469]
This commit is contained in:
Sarbojit Sarkar
2020-09-29 02:01:41 -04:00
committed by Sarbojit Sarkar
parent 8811d4d1a8
commit 0eebd71062
4 changed files with 0 additions and 30 deletions
@@ -32,13 +32,6 @@ THE SOFTWARE.
using namespace std;
#if __HIP_ARCH_GFX803__ || \
__HIP_ARCH_GFX900__ || \
__HIP_ARCH_GFX906__ || \
__HIP_ARCH_GFX908__ || \
__HIP_ARCH_GFX1010__ || \
__HIP_ARCH_GFX1012__
__global__
void __halfTest(bool* result, __half a) {
// Construction
@@ -168,8 +161,6 @@ void __half2Test(bool* result, __half2 a) {
#endif
}
#endif
int main() {
bool* result{nullptr};
hipHostMalloc(&result, 1);