Add comments.

2.0
castano 17 years ago
parent 4bd07aad38
commit 2b716b62da

@ -54,6 +54,7 @@ extern "C" void compressWeightedKernel(uint blockNum, uint * d_data, uint * d_re
#include "Bitmaps.h"
// @@ Store this pointer in CompressionOptions. Allocate in ctor, free in dtor.
static uint * d_bitmaps = NULL;
static void doPrecomputation()

@ -89,6 +89,8 @@ bool nv::cuda::isHardwarePresent()
{
return false;
}
// @@ Make sure that warp size == 32
}
return count > 0;

Loading…
Cancel
Save