I hereby claim:
- I am gohar94 on github.
- I am girfan (https://keybase.io/girfan) on keybase.
- I have a public key ASBuAfX4ofoGvvSUPuWjHZypMJfUPQs2cviXA9peu0Nqkwo
To claim this, I am signing this object:
| #!/bin/bash | |
| ssh-keygen -t ed25519 -C "girfan@mit.edu" | |
| eval "$(ssh-agent -s)" | |
| ssh-add ~/.ssh/id_ed25519 | |
| cat ~/.ssh/id_ed25519.pub |
| import os | |
| import sys | |
| from multiprocessing import Pool | |
| from argparse import ArgumentParser | |
| import subprocess | |
| import signal | |
| import timeit | |
| from time import time |
| #!/bin/bash | |
| SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | |
| # Defaults | |
| export PYTHONPATH=${SCRIPT_DIR}/dlio_benchmark | |
| CONFIG_PATH=${SCRIPT_DIR}/storage-conf | |
| WORKLOAD_PATH=${CONFIG_PATH}/workload | |
| # TODO add DLRM when supported | |
| WORKLOADS=("unet3d" "cosmoflow" "resnet50") |
| model: unet3d | |
| framework: pytorch | |
| workflow: | |
| generate_data: False | |
| train: True | |
| checkpoint: True | |
| dataset: |
| diff --git a/backend/leanstore/LeanStore.cpp b/backend/leanstore/LeanStore.cpp | |
| index 6a4629f..d1eb7ca 100644 | |
| --- a/backend/leanstore/LeanStore.cpp | |
| +++ b/backend/leanstore/LeanStore.cpp | |
| @@ -117,11 +117,11 @@ void LeanStore::startProfilingThread() | |
| CPU_ZERO(&cpuset); | |
| CPU_SET(63, &cpuset); | |
| auto thread = pthread_self(); | |
| - int s = pthread_setaffinity_np(thread, sizeof(cpu_set_t), &cpuset); | |
| + int s = 0; |
I hereby claim:
To claim this, I am signing this object: