From 37235c90c2c43a9874c4aa4fb6bddd0c645b1e5f Mon Sep 17 00:00:00 2001 From: "[Git export bot]" Date: Sun, 12 Jan 2020 19:21:48 +0000 Subject: [PATCH] Automated subtree export at 2020-01-12T19:05:01.189089 --- .travis.yml | 2 +- tools/format/LICENSE => LICENSE | 0 README.md | 270 ++++++-------------------------- tools/format/README.md | 60 ------- tools/requirements.txt | 1 + 5 files changed, 46 insertions(+), 287 deletions(-) rename tools/format/LICENSE => LICENSE (100%) delete mode 100644 tools/format/README.md create mode 100644 tools/requirements.txt diff --git a/.travis.yml b/.travis.yml index caf4b63d..da594dd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - chmod -R 777 $TRAVIS_BUILD_DIR script: - - docker run -v$TRAVIS_BUILD_DIR:/phd chriscummins/phd_build:latest -c "./configure --noninteractive && ./tools/flaky_bazel.sh run --config=travis //tools:whoami" + - docker run -v$TRAVIS_BUILD_DIR:/phd chriscummins/phd_build:latest -c "./configure --noninteractive && ./tools/flaky_bazel.sh test --config=travis //tools/format/..." notifications: email: diff --git a/tools/format/LICENSE b/LICENSE similarity index 100% rename from tools/format/LICENSE rename to LICENSE diff --git a/README.md b/README.md index 23e00308..334b8112 100644 --- a/README.md +++ b/README.md @@ -1,242 +1,60 @@ -# My PhD - - - - - - - - - - - - - - - - - - -A monolothic repository for (almost) everything I have done while at the University of Edinburgh. Living an #open life. - - -## Publications - -1. Chris Cummins, Pavlos Petoumenos, Alastair Murray, Hugh Leather. - "**Compiler Fuzzing through Deep Learning**". - ISSTA '18. - [[source code]](/docs/2018_07_issta). - [[pdf]](https://chriscummins.cc/pub/2018-issta.pdf). - Build command: `$ bazel build //docs/2018_07_issta`. -1. Chris Cummins, Pavlos Petoumenos, Alastair Murray, Hugh Leather. - "**DeepSmith: Compiler Fuzzing through Deep Learning**". - ACACES '18. - [[source code]](/docs/2018_07_acaces). - [[pdf]](https://chriscummins.cc/pub/2018-acaces.pdf). - Build command: `$ bazel build //docs/2018_07_acaces`. -1. Chris Cummins, Pavlos Petoumenos, Zheng Wang, Hugh Leather. - "**End-to-end Deep Learning of Optimization Heuristics**". - PACT '17. - [[source code]](https://github.com/ChrisCummins/paper-end2end-dl/). - [[pdf]](https://github.com/ChrisCummins/paper-end2end-dl/raw/master/paper.pdf). - Build command: `$ bazel build //docs/2017_09_pact`. -1. Chris Cummins, Pavlos Petoumenos, Zheng Wang, Hugh Leather. - "**Synthesizing Benchmarks for Predictive Modeling**". - CGO '17. - [[source code]](https://github.com/ChrisCummins/paper-synthesizing-benchmarks/). - [[pdf]](https://github.com/ChrisCummins/paper-synthesizing-benchmarks/raw/master/paper.pdf). - [[acm]](https://dl.acm.org/citation.cfm?id=3049843). - Build command: `$ bazel build //docs/2017_02_cgo`. -1. Chris Cummins, Pavlos Petoumenos, Michel Steuwer, Hugh Leather. - "**Autotuning OpenCL Workgroup Sizes**". ACACES '16. - [[source code]](/docs/2016_07_acaces). - Build command: `$ bazel build //docs/2016_07_acaces`. -1. Chris Cummins, Pavlos Petoumenos, Michel Steuwer, Hugh Leather. - "**Towards Collaborative Performance Tuning of Algorithmic Skeletons**". - HLPGPU '16, HiPEAC. - [[source code]](https://github.com/ChrisCummins/paper-towards-collaborative-performance-tuning). - [[pdf]](https://github.com/ChrisCummins/paper-towards-collaborative-performance-tuning/raw/master/paper.pdf). - Build command: `$ bazel build //docs/2016_01_hlpgpu`. -1. Chris Cummins, Pavlos Petoumenos, Michel Steuwer, Hugh Leather. - "**Autotuning OpenCL Workgroup Size for Stencil Patterns**". - ADAPT '16, HiPEAC. - [[source code]](https://github.com/ChrisCummins/paper-autotuning-opencl-wgsize). - [[pdf]](https://github.com/ChrisCummins/paper-autotuning-opencl-wgsize/raw/master/paper.pdf). - [[arxiv]](https://arxiv.org/abs/1511.02490). - Build command: `$ bazel build //docs/2016_01_adapt`. -1. Chris Cummins. "**Autotuning Stencils Codes with Algorithmic Skeletons**". - MSc Thesis, 2015. The University of Edinburgh. - [[source code]](/docs/2015_08_msc_thesis). - Build command: `$ bazel build //docs/2015_08_msc_thesis`. - - -## Talks - -1. Chris Cummins. "**Compiler Fuzzing through Deep Learning**", 3rd August, 2018. - Codeplay, Edinburgh, Scotland. - [[files]](/talks/2018_08_codeplay). - [[slides]](https://speakerdeck.com/chriscummins/compiler-fuzzing-through-deep-learning-issta-18). -1. Chris Cummins. "**Machine Learning for Compilers**", 20th July, 2018. - Workshop on Introspective Systems for Automatically Generating Tests (ISAGT), - Amsterdam, Netherlands. - [[files]](/talks/2018_07_isagt). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2018_07_isagt/2018_07_isagt.pdf). -1. Chris Cummins. "**Compiler Fuzzing through Deep Learning**", 16th July, 2018. - ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA), Amsterdam, Netherlands. - [[files]](/talks/2018_07_issta). - [[slides]](https://speakerdeck.com/chriscummins/compiler-fuzzing-through-deep-learning-issta-18). -1. Chris Cummins. "**End-to-end Deep Learning of Optimization Heuristics**", 23rd March, 2018. - Facebook, Menlo Park. - [[files]](/talks/2018_03_facebook). - [[slides]](https://speakerdeck.com/chriscummins/end-to-end-deep-learning-of-optimization-heuristics-pact-17). -1. Chris Cummins. "**End-to-end Deep Learning of Optimization Heuristics**", 2nd Feb, 2018. - Google, Mountain View. - [[files]](/talks/2018_02_google). - [[slides]](https://speakerdeck.com/chriscummins/end-to-end-deep-learning-of-optimization-heuristics-pact-17). -1. Chris Cummins. "**Second Year Progression Review**", 18th Dec, 2017. - The University of Edinburgh, Scotland. - [[files]](/talks/2017_12_second_year_review). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2017-12-second-year-review/2017-12-second-year-review.pdf). -1. Chris Cummins. "**End-to-end Deep Learning of Optimization Heuristics**", 4th Oct, 2017. - The University of Edinburgh, Scotland. - [[files]](/talks/2017_10_ppar). - [[slides]](https://speakerdeck.com/chriscummins/end-to-end-deep-learning-of-optimization-heuristics-pact-17). -1. Chris Cummins. "**End-to-end Deep Learning of Optimization Heuristics**", 12th Sep, 2017. - International Conference on Parallel Architectures and Compilation Techniques (PACT), Portland, Oregon, USA. - [[files]](/talks/2017_09_pact). - [[slides]](https://speakerdeck.com/chriscummins/end-to-end-deep-learning-of-optimization-heuristics-pact-17). -1. Chris Cummins. "**Deep Learning in Compilers**", 14th Jun, 2017. - The University of Edinburgh, Scotland. - [[files]](/talks/2017_06_ppar). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2017-06-ppar/2017-06-ppar.pdf). [[transcript]](https://chriscummins.cc/2017/deep-learning-in-compilers/). -1. Chris Cummins. "**Using Deep Learning to Generate Human-like Code**", 22nd April, 2017. - Scottish Programming Languages Seminar, University of St. - Andrews, Scotland. - [[files]](/talks/2017_03_spls). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2017-03-spls/2017-03-spls.pdf). -1. Chris Cummins. "**Synthesizing Benchmarks for Predictive Modeling**", 6th Febuary, 2017. - International Symposium on Code Generationand Optimization (CGO), Austin, Texas, USA. - [[files]](/talks/2017_02_cgo). - [[slides]](https://speakerdeck.com/chriscummins/synthesizing-benchmarks-for-predictive-modelling-cgo-17). -1. Chris Cummins. "**Machine Learning & Compilers**", 9th September, 2016. - Codeplay, Edinburgh, Scotland. - [[files]](/talks/2017_02_cgo). - [[slides]](https://speakerdeck.com/chriscummins/machine-learning-and-compilers). -1. Chris Cummins. "**Building an AI that Codes**", 22nd July, 2016. - Ocado Technology, Hatfield, England. - [[files]](/talks/2016_07_ocado). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2016-07-ocado/2016-07-ocado.pdf). -1. Chris Cummins. - "**All the OpenCL on GitHub: Teaching an AI to code, one character at a time**", 19th May, 2016. - Amazon Development Centre, Edinburgh, Scotland. - [[files]](/talks/2016_05_amazon). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2016-05-amazon/2016-05-amazon.pdf). -1. Chris Cummins. "**Autotuning and Algorithmic Skeletons**", Wed 10th Feb, 2016. - The University of Edinburgh, Scotland. - [[files]](/talks/2016_02_ppar). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2016-02-ppar/2016-02-ppar.pdf). -1. Chris Cummins. "**Towards Collaborative Performance Tuning of Algorithmic Skeletons**", Tues 19th Jan, 2016. - HLPGPU, HiPEAC, Prague. - [[files]](/talks/2016_01_hlpgpu). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2016-01-hlpgpu/2016-01-hlpgpu.pdf). -1. Chris Cummins. "**Autotuning OpenCL Workgroup Size for Stencil Patterns**", Mon 18th Jan, 2016. - ADAPT, HiPEAC, Prague. - [[files]](/talks/2016_01_adapt). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2016-01-adapt/2016-01-adapt.pdf). -1. Chris Cummins. - "**Towards Collaborative Performance Tuning of Algorithmic Skeletons**", Thurs 14th Jan, 2016. - The University of Edinburgh, Scotland. - [[files]](/talks/2016_01_hlpgpu). - [[pdf]](https://github.com/ChrisCummins/phd/raw/master/talks/2016-01-hlpgpu/2016-01-hlpgpu.pdf). - - -## Misc - -1. **Curriculum Vitae**. - [[source code]](/docs/cv). - [[pdf]](https://chriscummins.cc/cv.pdf). - [[html]](https://chriscummins.cc/cv/). - Build command: `$ bazel build //docs/cv`. -1. Chris Cummins, Pavlos Petoumenos, Michel Steuwer, Hugh Leather. - "**Collaborative Autotuning of Algorithmic Skeletons for GPUs and CPUs**". - Incomplete journal version of ADAPT and HLPGPU papers. - [[source code]](/docs/2016_12_wip_taco). - Build command: `$ bazel build //docs/2016_12_wip_taco`. -1. Chris Cummins. "**Deep Learning for Compilers**". PhD First Year Review - Document, 2016. - [[source code]](/docs/2016_11_first_year_review). - Build command: `$ bazel build //docs/2016_11_first_year_review`. -1. Chris Cummins, Hugh Leather. "**Autotuning OpenCL Workgroup Sizes**". - Rejected submission for PACT'16 Student Research Competition. - [[source code]](/docs/2016_07_pact). - Build command: `$ bazel build //docs/2016_07_pact`. -1. Chris Cummins, Pavlos Petoumenos, Michel Steuwer, Hugh Leather. - "**Autotuning OpenCL Workgroup Sizes**". - Submission for PLDI'16 Student Poster Session. - [[source code]](/docs/2016_06_pldi). - Build command: `$ bazel build //docs/2016_06_pldi`. -1. Chris Cummins. "**Autotuning and Skeleton-aware Compilation**". - PhD Progression Review, 2015. - [[source code]](/docs/2015_09_progression-review). - Build command: `$ bazel build //docs/2015_09_progression_review`. - - -