Skip to content

Commit

Permalink
Modify comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Mar 7, 2024
1 parent 8678090 commit a71d5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ goto exit
for /f "tokens=* usebackq" %%f in (`dir /b "C:\Program Files (x86)\Intel\oneAPI\tbb\" ^| findstr /V latest ^| sort`) do @set "LATEST_VERSION=%%f"
@call "C:\Program Files (x86)\Intel\oneAPI\tbb\%LATEST_VERSION%\env\vars.bat"
cd oneAPI-samples\DirectProgramming\C++SYCL\DenseLinearAlgebra\matrix_mul
REM This test seems to require specific HW to run, investigation is ongoing
REM Sample has additional HW prerequisites. Please check sample Readme for details. Uncomment the following if the prerequisites are met.
REM nmake -f Makefile.win build_sycl
REM nmake -f Makefile.win run_sycl
set RESULT=%ERRORLEVEL%
Expand Down

0 comments on commit a71d5d1

Please sign in to comment.