We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf3974 commit fa0295bCopy full SHA for fa0295b
simtbx/kokkos/detector.h
@@ -208,7 +208,7 @@ struct kokkos_detector{
208
209
inline af::shared<double>
210
get_whitelist_raw_pixels(af::shared<std::size_t> selection) {
211
- printf("algorithm: %20s selection size %10d\n",hello().c_str(), selection.size());
+ //printf("algorithm: %20s selection size %10d\n",hello().c_str(), selection.size());
212
//return the data array for the multipanel detector case, but only for whitelist pixels
213
vector_size_t active_pixel_selection = vector_size_t("active_pixel_selection", selection.size());
214
kokkostbx::transfer_shared2kokkos(active_pixel_selection, selection);
0 commit comments