gpu
Here are 2,722 public repositories matching this topic...
-
Updated
Mar 4, 2022 - Jupyter Notebook
There comes one special case which requires a reverse loop, so I used “ti.ndrange(8,0)” instead. However, the reverse loop just didn’t work with zero warnings or errors (I have no idea whether ti.ndrange can be used to loop in reverse order at that time)
Perhaps a warning message can be given when n1 > n2 in ti.ndrange((n1,n2))
import taichi as ti
ti.init(arch=ti.gpu, debug=True, de
-
Updated
Feb 18, 2022 - Makefile
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Mar 10, 2022 - Python
-
Updated
Feb 16, 2022 - Python
I want to preemptively start this thread to survey for suggestions. A cursory search lead me to this promising repository https://github.com/enigo-rs/enigo
Since closing the window is a common point of failure, that will be the focus for the first pass of testing as I learn how to use the library.
Components for testing:
- bridge
- editor
- renderer
- settings
- wind
I am working on creating a WandbCallback
for Weights and Biases. I am glad that CatBoost has a callback system in place but it would be great if we can extend the interface.
The current callback only supports after_iteration
that takes info
. Taking inspiration from XGBoost callback system it would be great if we can have before iteration
that takes info
, before_training
, and `after
Hi ,
I have tried out both loss.backward() and model_engine.backward(loss) for my code. There are several subtle differences that I have observed , for one retain_graph = True does not work for model_engine.backward(loss) . This is creating a problem since buffers are not being retained every time I run the code for some reason.
Please look into this if you could.
-
Updated
Mar 10, 2022 - C++
Our users are often confused by the output from programs such as zip2john sometimes being very large (multi-gigabyte). Maybe we should identify and enhance these programs to output a message to stderr to explain to users that it's normal for the output to be very large - maybe always or maybe only when the output size is above a threshold (e.g., 1 million bytes?)
-
Updated
Mar 4, 2022 - Python
Description
https://numpy.org/doc/stable/reference/generated/numpy.corrcoef.html
https://docs.cupy.dev/en/stable/reference/generated/cupy.corrcoef.html
Seems args are different
Additional Information
dtype
argument added in NumPy version 1.20.
-
Updated
Mar 10, 2022 - Jupyter Notebook
-
Updated
Mar 8, 2022 - Python
Fair enough. This is a bug though and we will need to fix this. The appropriate action would be to through a warning message in this case from pycaret rather than have the program crash. I will open a new issue for this.
Thanks for catching this!
Originally posted by @ngupta23 in pycaret/pycaret#2101 (comment)
Check sp when user wants to plot stl decomposition a
-
Updated
Mar 9, 2022 - C++
Is your feature request related to a problem? Please describe.
While reviewing PR #9817 to introduce DataFrame.diff
, I noticed that it is restricted to acting on numeric types.
A time-series diff is probably a very common user need, if provided a series of timestamps and seeking the durations between observations.
Pandas supports diffs on non-numeric types like timestamps:
环境
1.系统环境:
2.MegEngine版本:1.6.0rc1
3.python版本:Python 3.8.10
The program stuck at net.load when I was trying to use the MegFlow. I wait for more than 10min and there is no sign of finishing it.
-
Updated
Apr 24, 2020 - Jsonnet
Description
When drawing meshes with a 0..0
instance range, ogpu crashes due to metal validation layers emitting an error. From my understanding on the WebGPU spec, this should be allowed and indeed works correctly on Vulkan and DX12.
Error
-[MTLDebugRenderCommandEncoder validateCommonDrawErrors:instanceCount:baseInstance:maxVertexID:]:5161: failed assertion `Draw Errors Valida
-
Updated
Jun 13, 2020 - HTML
Improve this page
Add a description, image, and links to the gpu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpu topic, visit your repo's landing page and select "manage topics."
Some workflows currently fail with the following message: (example)

We should add a check / step to our EC2 linux setup common scripts see if the doc