From cf02c80e135700b5dc4908cfa379dea1a789b1b1 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Thu, 1 Apr 2021 18:40:43 -0400 Subject: [PATCH] SWDEV-270961 - update HIP documents Change-Id: I5168d83a124e9c7d856fb7a46d9960d9f99143c6 --- samples/0_Intro/square/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/0_Intro/square/Makefile b/samples/0_Intro/square/Makefile index 77d2882bed..cd395bc2a0 100644 --- a/samples/0_Intro/square/Makefile +++ b/samples/0_Intro/square/Makefile @@ -25,7 +25,7 @@ endif HIP_PLATFORM=$(shell $(HIP_PATH)/bin/hipconfig --platform) HIPCC=$(HIP_PATH)/bin/hipcc -ifeq (${HIP_PLATFORM}, nvcc) +ifeq (${HIP_PLATFORM}, nvidia) SOURCES=square.cu else SOURCES=square.cpp