Add some module specific warnings for ROCM driver in pure kernel mode

This commit is contained in:
jsteube
2019-03-02 16:31:56 +01:00
parent 7eee7b7dbc
commit 4cf1e75871
5 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use List::Util 'shuffle';
# allows require by filename
use lib "$FindBin::Bin/test_modules";
my $IS_OPTIMIZED = 1;
my $IS_OPTIMIZED = 0;
my $TYPES = [ 'single', 'passthrough', 'verify' ];
+1 -1
View File
@@ -5,7 +5,7 @@
## License.....: MIT
##
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable -O"
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable"
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"