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
======== | |
; ModuleID = 'output.bc' | |
source_filename = "output.bc" | |
target triple = "x86_64-pc-linux-gnu" | |
@N = common global i32 0 | |
@a = common global i32 zeroinitializer | |
@c = common global i32 zeroinitializer |
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
r"""Run a submission on a single workload. | |
# pylint: disable=line-too-long | |
Example command: | |
python3 submission_runner.py \ | |
--workload=mnist \ | |
--framework=jax \ | |
--submission_path=reference_algorithms/development_algorithms/mnist/mnist_jax/submission.py \ | |
--tuning_ruleset=external \ |
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
absl-py==1.0.0 | |
appdirs==1.4.3 | |
astroid==2.6.5 | |
asttokens==2.0.5 | |
atari-py==0.2.9 | |
attrs==21.4.0 | |
audioread==2.1.9 | |
backcall==0.2.0 | |
black==21.12b0 | |
blessings==1.7 |
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
DO NOT DELETE | |
Used for PR: | |
https://github.com/mlcommons/algorithmic-efficiency/pull/60 |
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
# Official docs: https://docs.nvidia.com/datacenter/dcgm/latest/dcgm-user-guide/getting-started.html | |
set -v | |
set -e | |
architecture=x86_64 | |
distribution=ubuntu2004 | |
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/$distribution/$architecture /" | sudo tee /etc/apt/sources.list.d/cuda.list | |
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$distribution/$architecture/7fa2af80.pub | |
wget https://developer.download.nvidia.com/compute/cuda/repos/$distribution/$architecture/cuda-$distribution.pin | |
sudo mv cuda-$distribution.pin /etc/apt/preferences.d/cuda-repository-pin-600 | |
sudo apt-get update |
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
for FIELD_NAME in $(curl -s -XGET localhost:9200/image/_mapping | jq .image.mappings.image.properties | jq 'keys' | jq .[]); do NUM_NOT_NULL=$(curl -s -H 'Content-Type: application/json' -XGET 'http://127.0.0.1:9200/image/image/_search' -d ' | |
{ | |
"query" : { | |
"constant_score" : { | |
"filter" : { | |
"exists" : { | |
"field" : '"$FIELD_NAME"' | |
} | |
} | |
} |
This page contains 3 letters of thanks resulting from my published work on robotic rover software design, "ROS-Rover", for the 2017 international competition called University Rover Challenge (URC).
from: Zhang, Chenxi [email protected] to: "[email protected]" [email protected] date: May 30, 2018, 5:59 AM subject: Letter of Thanks
Dear Daniel,
NewerOlder