This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exit_with_error () { | |
rr=$1; shift | |
>&2 echo "$@" | |
exit $rr | |
} | |
is_installed () { | |
cmd="$1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
crt_print_conf() { | |
CN="$1" | |
ALT_NAMES="$2" | |
cat <<EOF | |
[req] | |
distinguished_name = req_distinguished_name | |
x509_extensions = v3_req |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
write_to () { | |
echo $2 | sudo tee $1 > /dev/null | |
} | |
set_rate () { | |
c=fclk$1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------------------------------------------------------- | |
Tile: 8_7#1 | Tile: 8_7#1 | |
- blocks : 512x512@uint16 | - blocks : 512x512@uint16 | |
- nthreads: 1 | - nthreads: 49 | |
- One Thread | - Highest Throughput | |
--------------------------------------------------------------------------------------------------------- | |
3841b1595346c5529181962af8077098..4a0422bb | 3841b1595346c5529181962af8077098..4a0422bb | |
| | |
Files read : 1,278 | Files read : 1,278 | |
Total data bytes : 493,405,576 | Total data bytes : 493,405,576 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------- | |
Tile: 8_7#1 | |
- blocks : 512x512@uint16 | |
- nthreads: 1 | |
------------------------------------------------------------- | |
3841b1595346c5529181962af8077098..4a0422bb | |
Files read : 1,278 | |
Total data bytes : 493,405,576 | |
(excluding headers) |
OlderNewer