Add comments.
This commit is contained in:
parent
4bd07aad38
commit
2b716b62da
@ -54,6 +54,7 @@ extern "C" void compressWeightedKernel(uint blockNum, uint * d_data, uint * d_re
|
|||||||
|
|
||||||
#include "Bitmaps.h"
|
#include "Bitmaps.h"
|
||||||
|
|
||||||
|
// @@ Store this pointer in CompressionOptions. Allocate in ctor, free in dtor.
|
||||||
static uint * d_bitmaps = NULL;
|
static uint * d_bitmaps = NULL;
|
||||||
|
|
||||||
static void doPrecomputation()
|
static void doPrecomputation()
|
||||||
|
@ -89,6 +89,8 @@ bool nv::cuda::isHardwarePresent()
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @@ Make sure that warp size == 32
|
||||||
}
|
}
|
||||||
|
|
||||||
return count > 0;
|
return count > 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user