SWDEV-339488 - Catch2 test for hipRTC include path (#2898)
* SWDEV-339488 - Catch2 test for hipRTC include path Change-Id: I1f5502d1ea72ac4133f79207f2d60f86b934cf36
This commit is contained in:
committed by
GitHub
parent
c5ba2bb196
commit
2e641ee60b
@@ -0,0 +1,4 @@
|
||||
#ifndef HIPRTC_TEST_HEADER1_H
|
||||
#define HIPRTC_TEST_HEADER1_H
|
||||
typedef float real;
|
||||
#endif //HIPRTC_TEST_HEADER1_H
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef HIPRTC_TEST_HEADER2_H
|
||||
#define HIPRTC_TEST_HEADER2_H
|
||||
typedef float* realptr;
|
||||
#endif //HIPRTC_TEST_HEADER2_H
|
||||
Reference in New Issue
Block a user