Closed jiazhihao closed 1 year ago
@virena You mind taking care of this? Should be pretty simple, just go through the code and remove any DEADCODE
ifdefs
. If any look important (i.e., things we should not be deleting for some reason) we can discuss them here.
No particular rush on this issue, just when you get time :slightly_smiling_face:
We have many data loader classes that are not used anymore, please see here https://github.com/flexflow/FlexFlow/blob/master/python/flexflow_dataloader.h#L34 On Python side, the following code can be removed https://github.com/flexflow/FlexFlow/blob/master/python/flexflow/core/flexflow_cffi.py#L2195-L2240
Hi issue tracks the progress of eliminating
#ifdef DEADCODE
...#endif
marcos in the codebase.