- 27 Jan, 2020 2 commits
-
-
Yifan Zhao authored
-
Yifan Zhao authored
-
- 24 Jan, 2020 4 commits
-
-
Adel Ejjeh authored
-
Adel Ejjeh authored
-
Adel Ejjeh authored
-
Akash Kothari authored
-
- 23 Jan, 2020 1 commit
-
-
Yifan Zhao authored
-
- 22 Jan, 2020 4 commits
-
-
Adel Ejjeh authored
-
Adel Ejjeh authored
-
Yifan Zhao authored
This reverts merge request !9
-
Yifan Zhao authored
-
- 20 Jan, 2020 1 commit
-
-
Adel Ejjeh authored
-
- 19 Jan, 2020 1 commit
-
-
Adel Ejjeh authored
-
- 14 Jan, 2020 1 commit
-
-
Akash Kothari authored
-
- 08 Jan, 2020 1 commit
-
-
Akash Kothari authored
-
- 07 Jan, 2020 1 commit
-
-
Akash Kothari authored
-
- 31 Dec, 2019 1 commit
-
-
Akash Kothari authored
-
- 30 Dec, 2019 1 commit
-
-
Akash Kothari authored
-
- 29 Dec, 2019 1 commit
-
-
Akash Kothari authored
-
- 27 Dec, 2019 1 commit
-
-
Hashim Sharif authored
-
- 19 Aug, 2017 1 commit
-
-
kotsifa2 authored
not). Code generation uses it. - Added a policy that uses it. Tested on pipeline benchmark.
-
- 10 Aug, 2017 2 commits
-
-
kotsifa2 authored
-
Prakalp Srivastava authored
-
- 03 Aug, 2017 1 commit
-
-
Prakalp Srivastava authored
-
- 26 Jul, 2017 1 commit
-
-
Prakalp Srivastava authored
-
- 14 Jun, 2017 1 commit
-
-
Prakalp Srivastava authored
-
- 01 Dec, 2016 1 commit
-
-
Prakalp Srivastava authored
Changes to pipeline example to work well with opencv 3.1. flann.hpp still has to be commented out from opencv.hpp to avoid compiling try catch throw with -fno-exceptions
-
- 23 Apr, 2016 1 commit
-
-
Prakalp Srivastava authored
Fixed pipeline code. Allows multiple runs within the code. Fixed visc.mk to support SPIR and PTX both
-
- 20 Mar, 2016 2 commits
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
(2) modified makefiles to apply loop unroll and sroa optimizations to generated kernel to get rid of private arrays (3) Removed the call to remove declarations in SPIR backend
-
- 15 Mar, 2016 1 commit
-
-
Prakalp Srivastava authored
-
- 09 Mar, 2016 1 commit
-
-
Prakalp Srivastava authored
on the kernel. This promotes the private memory allocation in each thread to registers.
-
- 05 Mar, 2016 1 commit
-
-
Prakalp Srivastava authored
-
- 04 Aug, 2015 1 commit
-
-
Prakalp Srivastava authored
-
- 14 Jul, 2015 1 commit
-
-
Prakalp Srivastava authored
-
- 18 Jun, 2015 2 commits
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
code enquires about its ancestor. Enables to run visc parboil benchmarks on x86 alone (2) Modified unittests to have llvm.visc.init and cleanup intrinsics. Now they all pass (3) Modified visc.mk to easily compile visc version for just x86. Pass TARGET=x86 as option to make command
-
- 05 Jun, 2015 1 commit
-
-
Prakalp Srivastava authored
-
- 29 May, 2015 1 commit
-
-
Prakalp Srivastava authored
(1) Working on implementation of further lowereing the visc api by breaking the DFG launch call into init, launch, wait, cleanup. There are issues pending when these require some kind of inter procedural analysis to link init, launch, wait and cleanup. This is necessary during code generation. (2) Also contains changes which simplify GenVISC pass by using macro for identifying various source __visc__ calls
-
- 20 May, 2015 1 commit
-
-
Prakalp Srivastava authored
(2) Added dummy function calls for visc initialization and visc clean up to benchmarks and added support for it to all the passes. (3) Timers are now only printed once (4) Added extra timers to parboil header file
-