Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7675

VLIW on NVidia Cuda

$
0
0
Hello! 


Firstly, I want to express my gratitude for open the source code of the program. It was done a great job.

Now I am trying to understand how it is works. And now I am stuck, can you explain me about this code in NVidia Cuda version:
Code:
#ifdef IS_NV
#ifdef sm_10
#define VLIW1
....................
#elif sm_21
#define VLIW2...

And
Code:
class u32x
{
 private:
 public:

 u32 x;
 u32 y;
 u32 z;
 u32 w;
....................
}
And other.

This looks like a Intel SIMD instructions, or VLIW, but I cant find any information about it on NVidia Cuda.

I would be very grateful if you could point me to answer! Thank you!

Viewing all articles
Browse latest Browse all 7675

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>