From 47bb851c82335c7e2a9b4ae4c0486db0c83b1c9a Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Tue, 22 Jun 2021 01:52:47 -0700 Subject: [PATCH] SWDEV-283267 - Add rtc document and remove hip header from tests Change-Id: I43a23384ab70128ccd7f41204f796105576cd604 [ROCm/hip-tests commit: 9965325cc670c01cc71d88054ad1e35bfc3fdaf1] --- projects/hip-tests/catch/unit/rtc/saxpy.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/hip-tests/catch/unit/rtc/saxpy.cc b/projects/hip-tests/catch/unit/rtc/saxpy.cc index af7ca24a2f..09114a4453 100644 --- a/projects/hip-tests/catch/unit/rtc/saxpy.cc +++ b/projects/hip-tests/catch/unit/rtc/saxpy.cc @@ -16,7 +16,6 @@ static constexpr auto NUM_BLOCKS{32}; static constexpr auto saxpy{ R"( -#include extern "C" __global__ void saxpy(float a, float* x, float* y, float* out, size_t n)