amd
Here are 297 public repositories matching this topic...
I'm testing out madge on my TS RN codebase, and I'm surprised to see that it just magically works without specifying a tsconfig.
For example
yarn madge --circular --extensions ts,tsx ./
Although this is cool and exciting, it gives me pause because the documentation doesn't explain how this works. I read the source and followed the path through a series of external npm dependencies. Af
-
Updated
Jun 8, 2020
The documentation should always be in sync with the latest changes. Currently, this involves me manually building it and pushing it into an S3 bucket. That could happen automatically through CI.
Additionally, it would be great if we could display a drop-down in the doc that allows viewing documentation for older versions of Zydis as well, similar to what docs.rs does for Rust
-
Updated
Sep 12, 2018 - C
I was expecting this configuration to work in can-route:
steal = {
paths: {
'src/routedata': 'src/routedata-definemap.js'
}
};Instead, I had to include can-route in the mapping:
steal = {
paths: {
'can-route/src/routedata': 'src/routedata-definemap.js'
}
};Is this expected? If so, can some more documentation around this be added?
-
Updated
Oct 21, 2019 - JavaScript
-
Updated
May 8, 2020 - Shell
Looks like there's no example using vector types defined in cltypes while the doc itself for these types are not so understandable. There are many examples having kernels taking vector type arguments, but the python code is using the numpy type, instead of the defined vector type. E.g. https://github.com/inducer/pyopencl/blob/master/examples/demo_elementwise_complex.py
-
Updated
Jun 20, 2020 - JavaScript
doc under Anakin/benchmark/README_CPU.md is out of data.
Three links of models points to 404 page
Those links in Anakin/benchmark/RNN/prepare.sh are also invalid.
As soon as both futures 0.2 and tokio 0.2 begin to stabilize, create an example which could potentially double as a tutorial and that uses some basic asynchronous features.
-
Updated
Jan 13, 2020 - Shell
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Oct 26, 2018 - JavaScript
-
Updated
Jun 14, 2020 - C
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Sep 3, 2019 - C++
-
Updated
Sep 3, 2019 - C++
-
Updated
Jun 22, 2020 - Shell
Improve this page
Add a description, image, and links to the amd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the amd topic, visit your repo's landing page and select "manage topics."



Bug report