@@ -1518,6 +1518,7 @@ inline void gemm_postcondition(cl::sycl::queue &queue, transpose transa, transpo
15181518#endif
15191519}
15201520
1521+ #ifdef NOT_HIPSYCL
15211522inline void gemm_precondition (cl::sycl::queue &queue, transpose transa, transpose transb,
15221523 std::int64_t m, std::int64_t n, std::int64_t k, half alpha,
15231524 cl::sycl::buffer<half, 1 > &a, std::int64_t lda,
@@ -1557,7 +1558,7 @@ inline void gemm_postcondition(cl::sycl::queue &queue, transpose transa, transpo
15571558 /* add postchecks to queue here for input args. */
15581559#endif
15591560}
1560-
1561+ # endif
15611562inline void syr2_precondition (cl::sycl::queue &queue, uplo upper_lower, std::int64_t n, float alpha,
15621563 cl::sycl::buffer<float , 1 > &x, std::int64_t incx,
15631564 cl::sycl::buffer<float , 1 > &y, std::int64_t incy,
@@ -4749,7 +4750,7 @@ inline void gemm_postcondition(cl::sycl::queue &queue, transpose transa, transpo
47494750 /* add postchecks to queue here for input args. */
47504751#endif
47514752}
4752-
4753+ # ifdef NOT_HIPSYCL
47534754inline void gemm_precondition (cl::sycl::queue &queue, transpose transa, transpose transb,
47544755 std::int64_t m, std::int64_t n, std::int64_t k, half alpha,
47554756 const half *a, std::int64_t lda, const half *b, std::int64_t ldb,
@@ -4769,7 +4770,7 @@ inline void gemm_postcondition(cl::sycl::queue &queue, transpose transa, transpo
47694770 /* add postchecks to queue here for input args. */
47704771#endif
47714772}
4772-
4773+ # endif
47734774inline void syr2_precondition (cl::sycl::queue &queue, uplo upper_lower, std::int64_t n, float alpha,
47744775 const float *x, std::int64_t incx, const float *y, std::int64_t incy,
47754776 float *a, std::int64_t lda,
0 commit comments