Open gaowayne opened 3 weeks ago
@jeongminpark417 buddy, could you please add your comment for this? :)
Currently, we only support the page size that matches the feature size for the dataset. Thus, if you want to test 8K page size, you can change the dimension of the feature data to 2048 instead of 1024 (but the accuracy will not be correct).
The readIO counter is removed in GIDS code, but you can calculate it with the SSD accesses and total number of accesses
@jeongminpark417 could you please help shed some light if there is any tune method?
I run the block bench with 100% read, if page size is 4K, I can get 12GB/s BW, if page size is 8K BaM can get 13.8GB/s below.
if I run GIDS full package benchmark, for SSD effective BW with page size 4K, I got 11.8GB/s
I suppose if page size is 8K, we can get more BW from SSD. but our GIDS crashed. or do you think CL is 8K is good idea to end to end result?
@jeongminpark417 in below result, there are two cache ratio dump, two SSD accesses dump, how to understand them what they are for different phase?
I calc SSD read BW with last data, does this make sense? print ctrl reset 0: ------------------------------------
SSDAccesses: 13800877
Kernel Time: 4477.36 Total Access: 14616789
why READ IO: are always 0?