"vscode:/vscode.git/clone" did not exist on "4f425eac0fe5be2e3d70315a48780cff638a6b82"
Commit 2b581bfd authored by Scott Le Grand's avatar Scott Le Grand
Browse files

Makes Fermi more less work...

parent 2f1c9531
...@@ -218,7 +218,7 @@ static const unsigned int GRID = 32; ...@@ -218,7 +218,7 @@ static const unsigned int GRID = 32;
static const unsigned int GRIDBITS = 5; static const unsigned int GRIDBITS = 5;
static const int G8X_BLOCKS_PER_SM = 1; static const int G8X_BLOCKS_PER_SM = 1;
static const int GT2XX_BLOCKS_PER_SM = 1; static const int GT2XX_BLOCKS_PER_SM = 1;
static const int GF1XX_BLOCKS_PER_SM = 3; static const int GF1XX_BLOCKS_PER_SM = 1;
static const int G8X_NONBOND_THREADS_PER_BLOCK = 256; static const int G8X_NONBOND_THREADS_PER_BLOCK = 256;
static const int GT2XX_NONBOND_THREADS_PER_BLOCK = 320; static const int GT2XX_NONBOND_THREADS_PER_BLOCK = 320;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment