Add comments.

This commit is contained in:
castano 2008-01-07 07:26:40 +00:00
parent 4bd07aad38
commit 2b716b62da
2 changed files with 3 additions and 0 deletions

View File

@ -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()

View File

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