SWDEV-283267 - Add rtc document and remove hip header from tests

Change-Id: I43a23384ab70128ccd7f41204f796105576cd604
이 커밋은 다음에 포함됨:
Jatin Chaudhary
2021-06-22 01:52:47 -07:00
커밋한 사람 Aaron En Ye Shi
부모 1b53e0c51c
커밋 b337a5586b
4개의 변경된 파일89개의 추가작업 그리고 4개의 파일을 삭제
-2
파일 보기
@@ -36,8 +36,6 @@ THE SOFTWARE.
static constexpr const char gpu_program[]{
R"(
#include <hip/hip_runtime.h>
__device__ int V1; // set from host code
static __global__ void f1(int *result) { *result = V1 + 10; }
namespace N1 {
-1
파일 보기
@@ -42,7 +42,6 @@ static constexpr auto NUM_BLOCKS{32};
static constexpr auto saxpy{
R"(
#include <hip/hip_runtime.h>
#include "test_header.h"
#include "test_header1.h"
extern "C"