61 fprintf(file,
"Dump tile %s, address %p\n",name,var);
62 if (var == NULL)
return;
64 fprintf(file,
"\tmemStatus: %d\n", v->memStatus);
66 fprintf(file,
"\tbaseExtent: %d\n", (
unsigned int) v->baseExtent);
67 for (i=0; i<
hit_shapeDims(v->shape); i++) fprintf(file,
"\tcard[%d]: %d\n", i, v->card[i]);
68 fprintf(file,
"\tacumCard: %d\n", v->acumCard);
69 for (i=0; i<
hit_shapeDims(v->shape)+1; i++) fprintf(file,
"\torigAcumCard[%d]: %d\n", i, v->origAcumCard[i]);
71 fprintf(file,
"\tqstride[%d]: %d\n", i, v->qstride[i]);
74 fprintf(file,
"\tSig[%d]: %d, %d, %d\n", i,
hit_shapeSig(v->shape,i).begin,
hit_shapeSig(v->shape,i).end,
hit_shapeSig(v->shape,i).stride);
76 fprintf(file,
"\thierDepth: %d\n", v->hierDepth);
77 fprintf(file,
"\tchildBegin: { ");
78 for (i=0; i<
HIT_MAXDIMS; i++) fprintf(file,
"%d ", v->childBegin[i]);
80 fprintf(file,
"\tchildSize: { ");
81 for (i=0; i<
HIT_MAXDIMS; i++) fprintf(file,
"%d ", v->childSize[i]);
83 fprintf(file,
"\tdata: %p\n", v->data);
84 fprintf(file,
"\tmemPtr: %p\n", v->memPtr);
85 fprintf(file,
"\tref: %p\n", (
void*) v->ref);
#define hit_shapeDims(shape)
#define hit_shapeSig(shape, dim)
void hit_dumpTileInternal(const void *var, const char *name, FILE *file)