The Wayback Machine - http://web.archive.org/web/20200711062051/https://github.com/topics/cuda
Skip to content
#

cuda

Here are 2,324 public repositories matching this topic...

hops
hops commented Mar 28, 2019

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

numba
jrhemstad
jrhemstad commented Jul 10, 2019

Is your feature request related to a problem? Please describe.
According to the Arrow spec:

Bitmaps are to be initialized to be all unset at allocation time (this includes padding).

This would imply that bits outside the range [0, size) should always be zero. However, in cuDF/libcudf, we take a more conservative approach and say that bits outside [0,size) are undefined in order to a

bitc
bitc commented Nov 18, 2018

Would be awesome if we could use Remotery to profile C/C++ emscripten games.

Challenges:

  1. Websocket server. We can't start a websocket server from an emscripten game. One workaround is to use a native websocket server as a proxy. Another solution is have emscripten directly send the data to another browser tab (postMessage)

  2. Timer accuracy. Browsers have recently reduced the accurac

teju85
teju85 commented Feb 13, 2020

Currently, they are just all over the place! I propose the following rule-of-thumb:

  1. If a header file contains cuda kernels and/or device methods, then it should be a .cuh.
  2. Else, it should be a .hpp (if the current header file is already named as a .h, feel free to leave it as it is, in order to minimize the amount of ripple changes this will cause).
  3. If a header file is used to de
futhark
athas
athas commented Jul 24, 2019

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

Improve this page

Add a description, image, and links to the cuda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cuda topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.