gpgpu
Here are 299 public repositories matching this topic...
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 foobar and the rule ef the mangled output should be FOobar. This is based on my first thought when
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).
-
Updated
May 18, 2020 - C++
-
Updated
May 26, 2020 - C++
-
Updated
Jul 30, 2018
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)
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
The docs generated for #431 at https://mratsim.github.io/Arraymancer/pca.html have broken formatting:
Hi, don't know if I am being stupid but are the values for the filters listed anywhere in documentation or source code?
For example if I want to find the min/max value for the Saturation filter so that I can apply these values to slider where can I find them? Had a look through the Filters folder in the framework but was unable to find any info.
Thanks
Checklist
- I've read the
Documentation
-
Updated
May 26, 2020 - C++
-
Updated
Aug 17, 2016 - JavaScript
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
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 28, 2019 - C
I have a crate that has N rust accel functions.
When I rebuild this crate, even if I don't touch those N functions, it seems to trigger N nvptx-accel rebuilds.
Is this avoidable?
Running bench_cg. py from the examples, gives me this error:
python bench_cg.py
ArrayFire v3.6.2 (CUDA, 64-bit Linux, build dc38ef1)
Platform: CUDA Toolkit 10, Driver: 410.79
[0] Tesla K80, 11442 MB, CUDA Compute 3.7
-1- Tesla K80, 11442 MB, CUDA Compute 3.7
-2- Tesla K80, 11442 MB, CUDA Compute 3.7
-3- Tesla K80, 11442 MB, CUDA Compute 3.7
Testing benchmark functions...
Tracebac
The TornadoVM repository contains a module with several examples. Include more use cases for acceleration with TornadoVM, such as a graphical version for NBODY, filter for photography, block-chain. etc.
It seems like the parameter names used to control AMG and solver settings are pretty different for the MPI vs. non-MPI versions of the runtime AMGCL interface. For example, in examples/mpi/solve_mm_mpi.cpp, we have
prm.put("local.coarsening.type", coarsening);
prm.put("local.relax.type", relaxation);
prm.put("isolver.type", iterative_solver);
but these parameters lik
Many builds with natives have support for maven classifiers (used to provide separate jars depending on OS). This reduces download size etc.
Please add this to aparapi-jni.
-
Updated
Oct 9, 2018 - C++
Implement proposed spec maintenance change: KhronosGroup/SYCL-Docs#42
Improve this page
Add a description, image, and links to the gpgpu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpgpu topic, visit your repo's landing page and select "manage topics."




What is wrong?
The documentation for kernel constants is very scattered and incomplete. The constants feature is awesome, it needs more love...
How important is this (1-5)?
√(-2)