LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
dlio_benchmark/__init__.py
dlio_benchmark/main.py
dlio_benchmark/postprocessor.py
dlio_benchmark.egg-info/PKG-INFO
dlio_benchmark.egg-info/SOURCES.txt
dlio_benchmark.egg-info/dependency_links.txt
dlio_benchmark.egg-info/entry_points.txt
dlio_benchmark.egg-info/requires.txt
dlio_benchmark.egg-info/top_level.txt
dlio_benchmark/checkpointing/__init__.py
dlio_benchmark/checkpointing/base_checkpointing.py
dlio_benchmark/checkpointing/checkpointing_factory.py
dlio_benchmark/checkpointing/pytorch_checkpointing.py
dlio_benchmark/checkpointing/tf_checkpointing.py
dlio_benchmark/common/__init__.py
dlio_benchmark/common/constants.py
dlio_benchmark/common/data_structures.py
dlio_benchmark/common/enumerations.py
dlio_benchmark/common/error_code.py
dlio_benchmark/computation/__init__.py
dlio_benchmark/computation/asynchronous_computation.py
dlio_benchmark/computation/computation_factory.py
dlio_benchmark/computation/computation_handler.py
dlio_benchmark/computation/no_computation.py
dlio_benchmark/computation/synchronous_computation.py
dlio_benchmark/configs/__init__.py
dlio_benchmark/configs/config.yaml
dlio_benchmark/configs/hydra/help/dlio_benchmark_help.yaml
dlio_benchmark/configs/hydra/job_logging/custom.yaml
dlio_benchmark/configs/workload/bert_v100.yaml
dlio_benchmark/configs/workload/cosmoflow_a100.yaml
dlio_benchmark/configs/workload/cosmoflow_h100.yaml
dlio_benchmark/configs/workload/cosmoflow_v100.yaml
dlio_benchmark/configs/workload/default.yaml
dlio_benchmark/configs/workload/dlrm.yaml
dlio_benchmark/configs/workload/megatron_deepspeed.yaml
dlio_benchmark/configs/workload/resnet50_a100.yaml
dlio_benchmark/configs/workload/resnet50_h100.yaml
dlio_benchmark/configs/workload/resnet50_tf.yaml
dlio_benchmark/configs/workload/resnet50_v100.yaml
dlio_benchmark/configs/workload/unet3d_a100.yaml
dlio_benchmark/configs/workload/unet3d_h100.yaml
dlio_benchmark/configs/workload/unet3d_v100.yaml
dlio_benchmark/data_generator/__init__.py
dlio_benchmark/data_generator/csv_generator.py
dlio_benchmark/data_generator/data_generator.py
dlio_benchmark/data_generator/generator_factory.py
dlio_benchmark/data_generator/hdf5_generator.py
dlio_benchmark/data_generator/indexed_binary_generator.py
dlio_benchmark/data_generator/jpeg_generator.py
dlio_benchmark/data_generator/npy_generator.py
dlio_benchmark/data_generator/npz_generator.py
dlio_benchmark/data_generator/png_generator.py
dlio_benchmark/data_generator/synthetic_generator.py
dlio_benchmark/data_generator/tf_generator.py
dlio_benchmark/data_loader/__init__.py
dlio_benchmark/data_loader/base_data_loader.py
dlio_benchmark/data_loader/dali_data_loader.py
dlio_benchmark/data_loader/data_loader_factory.py
dlio_benchmark/data_loader/native_dali_data_loader.py
dlio_benchmark/data_loader/synthetic_data_loader.py
dlio_benchmark/data_loader/tf_data_loader.py
dlio_benchmark/data_loader/torch_data_loader.py
dlio_benchmark/framework/__init__.py
dlio_benchmark/framework/framework.py
dlio_benchmark/framework/framework_factory.py
dlio_benchmark/framework/tf_framework.py
dlio_benchmark/framework/torch_framework.py
dlio_benchmark/plugins/configs/__init__.py
dlio_benchmark/plugins/experimental/configs/__init__.py
dlio_benchmark/plugins/experimental/src/__init__.py
dlio_benchmark/plugins/experimental/src/checkpoint/__init__.py
dlio_benchmark/plugins/experimental/src/checkpoint/pytorch_checkpointing.py
dlio_benchmark/plugins/experimental/src/data_loader/__init__.py
dlio_benchmark/plugins/experimental/src/data_loader/custom_torch_data_loader.py
dlio_benchmark/plugins/experimental/src/reader/__init__.py
dlio_benchmark/plugins/experimental/src/reader/custom_npz_reader.py
dlio_benchmark/plugins/src/__init__.py
dlio_benchmark/profiler/__init__.py
dlio_benchmark/profiler/darshan_profiler.py
dlio_benchmark/profiler/io_profiler.py
dlio_benchmark/profiler/iostat_profiler.py
dlio_benchmark/profiler/no_profiler.py
dlio_benchmark/profiler/profiler_factory.py
dlio_benchmark/profiler/tf_profiler.py
dlio_benchmark/reader/__init__.py
dlio_benchmark/reader/csv_reader.py
dlio_benchmark/reader/dali_image_reader.py
dlio_benchmark/reader/dali_npy_reader.py
dlio_benchmark/reader/dali_tfrecord_reader.py
dlio_benchmark/reader/hdf5_reader.py
dlio_benchmark/reader/image_reader.py
dlio_benchmark/reader/indexed_binary_mmap_reader.py
dlio_benchmark/reader/indexed_binary_reader.py
dlio_benchmark/reader/npy_reader.py
dlio_benchmark/reader/npz_reader.py
dlio_benchmark/reader/reader_factory.py
dlio_benchmark/reader/reader_handler.py
dlio_benchmark/reader/synthetic_reader.py
dlio_benchmark/reader/tf_reader.py
dlio_benchmark/storage/__init__.py
dlio_benchmark/storage/file_storage.py
dlio_benchmark/storage/s3_storage.py
dlio_benchmark/storage/storage_factory.py
dlio_benchmark/storage/storage_handler.py
dlio_benchmark/utils/__init__.py
dlio_benchmark/utils/config.py
dlio_benchmark/utils/statscounter.py
dlio_benchmark/utils/utility.py
tests/__init__.py
tests/dlio_benchmark_test.py
tests/dlio_postprocessor_test.py