diff --git a/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp b/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp index 3aee80aa4c..229151444e 100644 --- a/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp +++ b/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp LINK_OPTIONS hiprtc EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_RUNTIME rocclr + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/hiprtc/saxpy.cpp b/hipamd/tests/src/hiprtc/saxpy.cpp index f9976cfcd8..a2eb515714 100755 --- a/hipamd/tests/src/hiprtc/saxpy.cpp +++ b/hipamd/tests/src/hiprtc/saxpy.cpp @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp LINK_OPTIONS hiprtc EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_RUNTIME rocclr + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/hiprtc/saxpy_pch.cpp b/hipamd/tests/src/hiprtc/saxpy_pch.cpp index 1fc403beeb..7d19ee9c05 100755 --- a/hipamd/tests/src/hiprtc/saxpy_pch.cpp +++ b/hipamd/tests/src/hiprtc/saxpy_pch.cpp @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp LINK_OPTIONS hiprtc EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_RUNTIME rocclr + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia * TEST: %t * HIT_END */ @@ -79,7 +79,7 @@ int main() hipGetDeviceProperties(&props, device); std::string sarg = std::string("--gpu-architecture=") + props.gcnArchName; const char* options[] = { - "-use-hip-pch", + "-hip-pch", sarg.c_str() };