- Jul 16, 2015
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
- Jul 14, 2015
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
- Jul 09, 2015
-
-
Prakalp Srivastava authored
-
- Jul 02, 2015
-
-
Prakalp Srivastava authored
Do not allow argument type mungling for __visc__ calls. Changes to lib/Transforms/InstCombine/InstCombineCalls.cpp
-
Prakalp Srivastava authored
Revert "Added a patch approved in future llvm branches which stop argument promotion for variagic functions. This was required to stop auto promotion of arguments in __visc__ calls" This reverts commit f960f4d0.
-
Prakalp Srivastava authored
This reverts commit 8938b17c.
-
- Jun 30, 2015
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
Added a patch approved in future llvm branches which stop argument promotion for variagic functions. This was required to stop auto promotion of arguments in __visc__ calls
-
- Jun 22, 2015
-
-
Prakalp Srivastava authored
-
- Jun 20, 2015
-
-
Prakalp Srivastava authored
-
- Jun 18, 2015
-
-
Prakalp Srivastava authored
-
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
-
Prakalp Srivastava authored
-
- Jun 14, 2015
-
-
Prakalp Srivastava authored
-
- Jun 13, 2015
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
(2) Added a compiled ptx assembly file for sgemm. Working for sgemm
-
- Jun 11, 2015
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
- Jun 05, 2015
-
-
Prakalp Srivastava authored
-
- Jun 03, 2015
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Maria Kotsifakou authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Maria Kotsifakou authored
-
Maria Kotsifakou authored
-
Prakalp Srivastava authored
-
Maria Kotsifakou authored
-
Prakalp Srivastava authored
-
- Jun 02, 2015
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
Revert back to using __visc__init and cleanup without arguments. That is, they are no more DFG specific, rather just hints for compiler to insert compilation code
-
- May 29, 2015
-
-
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
-