diff --git a/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc b/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc index 71286b706a..664a7401c9 100644 --- a/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc +++ b/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc @@ -19,11 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 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 - * TEST: %t - * HIT_END - */ + #include "hipClassKernel.h" __global__ void diff --git a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc index 7550d27a73..9f78736a62 100644 --- a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc +++ b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc @@ -1,11 +1,3 @@ -/* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 - * TEST_NAMED: %t hipMultiThreadDevice-serial --tests 0x1 - * TEST_NAMED: %t hipMultiThreadDevice-pyramid --tests 0x4 - * TEST_NAMED: %t hipMultiThreadDevice-nearzero --tests 0x10 - * HIT_END - */ - #include "hip/hip_runtime_api.h" #include diff --git a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc index 0d672c3146..39430afdb2 100644 --- a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc +++ b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc @@ -20,12 +20,6 @@ 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 NVCC_OPTIONS -std=c++11 - * TEST: %t - * HIT_END - */ - #include #include diff --git a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc index 4ee323c05d..d38754724d 100644 --- a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc +++ b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc @@ -20,11 +20,6 @@ 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 NVCC_OPTIONS -std=c++11 - * TEST: %t - * HIT_END - */ //This file is a port from hiprocclrtests (hipMultiThreadStreams2)