gpu-programming
Here are 124 public repositories matching this topic...
-
Updated
May 18, 2020 - C++
Describe the bug
We previously had a test coverage of 82% but now it drops to 75%. Ideally, code coverage should be > 80% for a healthy repo.
To Reproduce
Steps to reproduce the behavior:
- go to https://codecov.io/gh/uber/aresdb you will see detailed overage for each package, file, method, and lines.
Expected behavior
Ideally, code coverage should be > 80% for a healthy
-
Updated
Apr 12, 2020
There are several internal things that make Emu's performance potentially suboptimal. This issue is a place to discuss them.
wgpu::Device::pollis used here and right now it blocks in an async context. I'm not sure what the solution is but there is some discussion [here](gfx-rs/wgpu-rs#214 (comment)
-
Updated
Apr 26, 2018 - C++
There are several ValueErrors, NotImplementedErrors, etc, across the codebase.
We should create a mechanism to get clean, and uniform error messages.
Is your feature request related to a problem? Please describe.
This may just be a matter of looking in all the wrong places, but documentation of CuSparse arrays, and their support in packages like Flux, are sorely needed. They can be as minimal as possible, but if you’re not familiar with Nvidia’s libraries (I am not, so bear with me) it can be hard to even discover Cusparse.jl.
In the ne
-
Updated
Dec 17, 2019 - GLSL
-
Updated
Apr 13, 2020 - Cuda
-
Updated
May 2, 2020 - C++
It seems that there is a bug with the call to gpufit within Matlab when including the user_info parameter. Using the included linear_1d model (which utilizes the user_info parameter), I created a simple program in Matlab to model the equation y=x from x=0 to x=10 and called gpufit on the data. This should return the parameters 0 and 1, but results in 4.3467 and 0.8711 instead.
Additionally, if
-
Updated
Apr 16, 2020 - C++
-
Updated
May 10, 2020 - C#
-
Updated
Apr 26, 2020
-
Updated
Aug 4, 2019
-
Updated
May 26, 2020 - C++
-
Updated
Jul 10, 2018
-
Updated
Dec 19, 2019 - C++
-
Updated
Feb 10, 2018 - C
The following PTX instructions don't have wrapper functions (nor builtins:: templated functions where relevant). Add them!
-
lop3- Logical operation on 3 operands using an immediate 3-parameter lookup table. - prefetching instructions?
-
cvt.pack -
fns- find n'th bit set - Sub-32-bit dot product with accumulation:
dp4a,dp2afor bytes and halfword, respecti
-
Updated
Jan 16, 2018 - CoffeeScript
-
Updated
Nov 1, 2018 - C++
-
Updated
Feb 2, 2019 - C++
-
Updated
Dec 12, 2018 - Python
-
Updated
Jan 4, 2019 - Python
-
Updated
May 25, 2020 - C++
-
Updated
Jul 5, 2019 - Objective-C
-
Updated
Jun 30, 2017 - Java
-
Updated
May 5, 2020 - C++
Improve this page
Add a description, image, and links to the gpu-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpu-programming topic, visit your repo's landing page and select "manage topics."


(Found this while reviewing #907)
Currently
Expr::operator=(const Expr &o)can have two meanings.https://github.com/taichi-dev/taichi/blob/f5373b1395a66c78506de0fd3c172dffe0d444d0/taichi/ir/expr.cpp#L54-L69
Let's say we have
FrontendAssignStmtin the ASTahold the express