opencl
Here are 842 public repositories matching this topic...
As documented in #5392 using the packages for tflite and tensorflow 2.1.0 the test as in the subject line segfaults. It has now been skipped in the testsuite but this needs to be fixed.
-
Updated
May 26, 2020 - C++
See #4243. We can use hccap/hccapx files, but normally I'd recommend using wpapcap2john if you do have a pcap at all. That, or (possibly even better) something from hcxtools which we could also mention (Zerobeat's hcxdumptool is the absolute best sniffer for WPA as well).
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
The project was initially launched as Intel Math Kernel Library for Deep Neural Networks (Intel MKL-DNN) and renamed to DNNL with v1.1 release.
It looks like the website could use an update for the latest rename to oneDNN.
benchdnn help CLI
-
Updated
Sep 11, 2018 - C++
-
Updated
Mar 6, 2020 - C++
Tools such as gofmt are very useful for quickly cleaning reformatting code according to some coding style. I think we need the same for Futhark. It's a bit more complicated to do this for an expression-oriented language than a statement-oriented one, but there is prior art we can look at (like Brittany for Haskell).
While constructing futhark fmt i
Images about preformance are missing in boost page documentation http://www.boost.org/doc/libs/1_61_0/libs/compute/doc/html/boost_compute/performance.html
-
Updated
May 18, 2020 - Clojure
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
The docs generated for #431 at https://mratsim.github.io/Arraymancer/pca.html have broken formatting:
-
Updated
Mar 7, 2020 - C
-
Updated
May 26, 2020 - C++
-
Updated
May 25, 2020 - C++
-
Updated
May 13, 2020 - C++
-
Updated
Apr 14, 2020 - C++
Closely related to #52 but it might be nice if there was a sort of translation table for people coming from Matlab:
| Matlab | arrayfire-rust |
|---|---|
a = zeros(3, 4) |
let mut a = constant::<f32>(0.0, Dim4::new(&[3, 4, 1, 1])); |
b = a * 2 |
let mut b = a * 2.0f32; |
c = 0:10 |
let mut c = range::<f32>(Dim4::new(&[10, 1, 1, 1]), 0); |
| `d = (0:10)' |
Add code examples
-
Updated
Jan 9, 2020 - Python
The current behaviour of glossy and glossycoating is to behave like matte on the backface.
I can't think of a good reason for this, and it is very confusing for users, so I would like to request to rework these materials to show their coating on both front and back faces.
(intended for v2.4)
Want to back this issue? **[Post a bounty on it!](https://www.bountyso
-
Updated
Aug 27, 2019 - Python
-
Updated
Jan 28, 2019 - C
Improve this page
Add a description, image, and links to the opencl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opencl topic, visit your repo's landing page and select "manage topics."


This is follow up of #1969 intended as a discussion on how this rule should behave.
It would be great if @jfoug and/or @magnumripper would join so we can battle it out and make it consistent between hashcat and john.
As I mentioned in the original report I assumed that given the input word
foobarand the ruleefthe mangled output should beFOobar. This is based on my first thought when