- May 01, 2016
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
- Apr 29, 2016
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
First working version. Video of input and output is shown in a loop. Good enough edge detection (not great). Difference in speeds too. Not exploiting pipeline parallelism though
-
- Apr 28, 2016
-
-
Prakalp Srivastava authored
Added a version of pipeline example (visc_parallel) which computes gradient and compute max gradient in parallel
-
- Apr 27, 2016
-
-
Prakalp Srivastava authored
Pipeline demo: Fixed zero crossing node and changed the dilation and erosion kernel B for better edge detection
-
Prakalp Srivastava authored
-
Maria Kotsifakou authored
-
Prakalp Srivastava authored
new compute max gradient kernel with global barrier. Now wokring though. barrier variable needs to be volatile which is not supported in hvisc
-
Prakalp Srivastava authored
checkpoint commit for pipeline demo. All other nodes working except compute max gradient (reduction). Working for 3 configurations - all scalar, all vector, all gpu
-
Prakalp Srivastava authored
-
- Apr 26, 2016
-
-
Maria Kotsifakou authored
-
Maria Kotsifakou authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Maria Kotsifakou authored
-
Maria Kotsifakou authored
-
Maria Kotsifakou authored
-
Prakalp Srivastava authored
Fixed pipeline benchmark to not specify return types of internal nodes. That is automatically inferred from bind out intrinsics
-
Prakalp Srivastava authored
Changed GenVISC pass to automatically infer return type of internal nodes from bind output intrinsics
-
- Apr 23, 2016
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
Fixed pipeline code. Allows multiple runs within the code. Fixed visc.mk to support SPIR and PTX both
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
Made visc-rt threadsafe by implementing locks across all ocl functions. Very crude. Fine grained locking possible if performance deteriotes
-
- Apr 05, 2016
-
-
Prakalp Srivastava authored
-
- Mar 21, 2016
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
- Mar 20, 2016
-
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Prakalp Srivastava authored
-
Maria Kotsifakou authored
-
Prakalp Srivastava authored
-