Topic: "elementwise"
Liu-xiandong/How_to_optimize_in_GPU
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
Language: Cuda - Size: 1.25 MB - Last synced at: 27 days ago - Pushed at: almost 2 years ago - Stars: 997 - Forks: 152

stdlib-js/utils-map2
Apply a function to elements in two input arrays and assign the results to an output array.
Language: JavaScript - Size: 3.03 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-map
Apply a function to each element in an array and assign the result to an element in an output array.
Language: JavaScript - Size: 2.37 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/strided-base
Base strided.
Language: JavaScript - Size: 6.91 MB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-ops
Strided array math operations.
Language: JavaScript - Size: 2.57 MB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided
Standard library strided math functions.
Language: JavaScript - Size: 7.78 MB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-map-right
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Language: JavaScript - Size: 2.37 MB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-special-abs
Compute the absolute value.
Language: JavaScript - Size: 5.29 MB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-special
Standard library special math functions.
Language: JavaScript - Size: 3.63 MB - Last synced at: 24 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special
Standard library strided array special math functions.
Language: JavaScript - Size: 7.17 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-array-special
Special math functions applied to arrays.
Language: JavaScript - Size: 775 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/math-array-special-abs
Compute the absolute value for each element in an input array.
Language: JavaScript - Size: 773 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/math-array-tools-unary-factory
Create a function for applying a unary function to each element in a provided array.
Language: JavaScript - Size: 473 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/math-array-tools
Math array function tools.
Language: JavaScript - Size: 485 KB - Last synced at: 27 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
