Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun authored Aug 12, 2021
1 parent d2fc4f0 commit 5f72116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_task_devmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def main(argv):
if not os.path.exists(os.path.join(input_data, 'kernels_ir')):

# Download data
task_utils.download_and_unzip('https://polybox.ethz.ch/index.php/s/U08Z3xLhvbLk8io/download',
task_utils.download_and_unzip('http://spclstorage.inf.ethz.ch/projects/ncc/tasks/devmap_data.zip',
'devmap_training_data', input_data)

task_utils.llvm_ir_to_trainable(os.path.join(input_data, 'kernels_ir'))
Expand Down

0 comments on commit 5f72116

Please sign in to comment.