Im reading a table from file that may have rows - 1 to 100,000.As part of my code ,i have to compare a 1d array values inside kernel. my array is dynamic whose size may vary from 1 to 100,000. I have to group them with similar values in a 2d array(output that has row identifiers say for 1000 rows 0-999) . How to do this in a optimized way since i was not satisfied with my coding
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Need help to implement my function | 0 | 901 | June 18, 2012 | |
Large 2D array memory optimization | 1 | 2916 | August 11, 2011 | |
Data Structures on the device | 2 | 1406 | March 18, 2009 | |
Multi-dimensional arrays in a CUDA kernel? | 10 | 8134 | August 27, 2017 | |
Data validation in parallel | 1 | 726 | August 12, 2011 | |
Reducing Multiple Arrays | 0 | 865 | August 10, 2009 | |
More CUDA Dimensions | 2 | 708 | November 20, 2014 | |
Sort the column data in a two-dimensional array | 2 | 217 | April 17, 2024 | |
why does performance degrade when launching a CUDA kernel with large number of blocks? | 1 | 610 | November 11, 2019 | |
Updating values in a 2D array using CUDA | 2 | 1720 | April 12, 2014 |