2#ifndef STORMM_HPC_MAP_DENSITY_H
3#define STORMM_HPC_MAP_DENSITY_H
6# include <cuda_runtime.h>
9#include "Constants/behavior.h"
14using constants::PrecisionModel;
21cudaFuncAttributes queryShrAccQMapKernelRequirements(PrecisionModel calc_prec,
22 PrecisionModel acc_prec,
bool overflow_needed,
23 size_t cg_tmat,
int order);
28cudaFuncAttributes queryGeneralQMapKernelRequirements(PrecisionModel prec,
size_t cg_tmat,