mirror of
https://github.com/amd/blis.git
synced 2026-05-21 17:08:17 +00:00
Source and other files in some directories were a mixture of Unix and DOS file formats. Convert all relevant files to Unix format for consistency. Some Windows-specific files remain in DOS format. AMD-Internal: [CPUPL-2870] Change-Id: Ic9a0fddb2dba6dc8bcf0ad9b3cc93774a46caeeb
23 lines
786 B
Plaintext
23 lines
786 B
Plaintext
#BLIS check execution script
|
|
|
|
Check execution script covers:
|
|
* checkblis
|
|
* checkblis-fast
|
|
* checkblis-md
|
|
* checkblis-salt
|
|
|
|
##Requirements
|
|
* Install latest version of python from python.org(preferably python 3.5 or greater)
|
|
* Add python path and scripts path to the environment variable path
|
|
|
|
#Copy all the files present in <src>/windows/tests directory to the directory where TestSuite.exe is present
|
|
#Open the command prompt and execute the python script and provide an argument(check name)
|
|
For example:
|
|
python blis_check.py checkblis
|
|
|
|
#Output can be seen on the command prompt
|
|
|
|
Note:
|
|
New check execution can be added into the inputs.yaml in the below format
|
|
Ex: new_check: [input.general.filename,input.operations.filename]
|