File tree Expand file tree Collapse file tree 2 files changed +1423
-1412
lines changed Expand file tree Collapse file tree 2 files changed +1423
-1412
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ if defined ONEAPI_ROOT (
8
8
set " DPLROOT = %ONEAPI_ROOT% \dpl\latest"
9
9
)
10
10
11
+ echo " DPCPPROOT=%DPCPPROOT% "
12
+ echo " MKLROOT=%MKLROOT% "
13
+ echo " TBBROOT=%TBBROOT% "
14
+ echo " DPLROOT=%DPLROOT% "
15
+
11
16
REM if DPCPPROOT is specified (work with custom DPCPP)
12
17
if defined DPCPPROOT (
13
18
call " %DPCPPROOT% \env\vars.bat"
@@ -37,5 +42,11 @@ if %errorlevel% neq 0 exit 1
37
42
" %PYTHON% " -m dpctl -f
38
43
if %errorlevel% neq 0 exit 1
39
44
45
+ " %PYTHON% " -m pytest -ra --pyargs dpnp.tests.test_ndarray
46
+ if %errorlevel% neq 0 exit 1
47
+
48
+ " %PYTHON% " -m pytest -ra --pyargs dpnp.tests.test_usm_type
49
+ if %errorlevel% neq 0 exit 1
50
+
40
51
" %PYTHON% " -m pytest -ra --pyargs dpnp
41
52
if %errorlevel% neq 0 exit 1
You can’t perform that action at this time.
0 commit comments