mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Removed version file from version control.
Details: - Removed version file from version control to prevent git errors that occur when trying to pull new commits.
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -87,9 +87,11 @@ main()
|
||||
# The contents of version_file.
|
||||
version=''
|
||||
|
||||
# The name of the build directory. This is where the template
|
||||
# config.mk.in file lives.
|
||||
# The name of the build directory.
|
||||
build_dir='build'
|
||||
|
||||
# The names/paths for the template config.mk.in and its instantiated
|
||||
# counterpart.
|
||||
config_mk_in='config.mk.in'
|
||||
config_mk_out='config.mk'
|
||||
config_mk_in_path="${build_dir}/${config_mk_in}"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
1 Number of repeats per experiment (where best result is reported)
|
||||
crg Matrix storage scheme(s) to test ('c' = col-major; 'r' = row-major; 'g' = general stride)
|
||||
crji Vector storage scheme(s) to test ('c' = colvec/unit; 'r' = rowvec/unit; 'j' = colvec/non-unit; 'i' = rowvec/non-unit)
|
||||
1 Test all combinations of storage schemes?
|
||||
32 General stride spacing (for cases when testing general stride)
|
||||
sdcz Datatype(s) to test
|
||||
300 Problem size: first to test
|
||||
600 Problem size: maximum to test
|
||||
300 Problem size: increment between experiments
|
||||
i Reaction to test failure ('i' = ignore; 's' = sleep() and continue; 'a' = abort)
|
||||
0 Output results to stdout AND matlab files (0 = output only to stdout)
|
||||
1 # Number of repeats per experiment (where best result is reported)
|
||||
c #rg # Matrix storage scheme(s) to test ('c' = col-major; 'r' = row-major; 'g' = general stride)
|
||||
c #rji # Vector storage scheme(s) to test ('c' = colvec/unit; 'r' = rowvec/unit; 'j' = colvec/non-unit; 'i' = rowvec/non-unit)
|
||||
1 # Test all combinations of storage schemes?
|
||||
32 # General stride spacing (for cases when testing general stride)
|
||||
sdcz # Datatype(s) to test
|
||||
100 # Problem size: first to test
|
||||
400 # Problem size: maximum to test
|
||||
100 # Problem size: increment between experiments
|
||||
i # Reaction to test failure ('i' = ignore; 's' = sleep() and continue; 'a' = abort)
|
||||
0 # Output results to stdout AND matlab files (0 = output only to stdout)
|
||||
|
||||
Reference in New Issue
Block a user