From 9965325cc670c01cc71d88054ad1e35bfc3fdaf1 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 --- catch/unit/rtc/saxpy.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/catch/unit/rtc/saxpy.cc b/catch/unit/rtc/saxpy.cc index af7ca24a2f..09114a4453 100644 --- a/catch/unit/rtc/saxpy.cc +++ b/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)