ryankert01 opened a new issue, #906: URL: https://github.com/apache/mahout/issues/906
in this part, The core computation logic in both kernels is nearly identical: the calculation logic in `iqp_encode_kernel` (lines 80-92) and `iqp_encode_batch_kernel` (lines 123-134) is almost the same, with the batch version only adding index calculations. could you consider extracting it into a `__device__` function or something that both kernels call. _Originally posted by @rich7420 in https://github.com/apache/mahout/pull/868#discussion_r2715090633_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
