Lakshmi Kumar
Lakshmi Kumar
@kiritigowda do we still see this?
@kiritigowda I think this is resolved. Can be closed
@kiritigowda @hansely the validation_app rali part was written by me. I can change it to mention rocal. It's only naming. the APIs I have already changed
@kiritigowda These line from ```/rocAL/rocAL/``` are intentional, until everyone has only the new version of rocal ``` ./rocAL/rocAL_pybind/run.sh: EGG_FILE_PATH_RALI="/site-packages/amd_rali-1.1.0-py$PYTHON_VERSION-linux-x86_64.egg" ## To be removed later ./rocAL/rocAL_pybind/run.sh: RALI_PYTHON_LIB_PATH=$PYTHON_LIB_PATH$EGG_FILE_PATH_RALI ## To be removed...
@swetha097 @shobana-mcw We need to make sure these examples are working. It uses the old API. ``` ./rocAL/docs/examples/pytorch/test_training.py:from amd.rocal.plugin.pytorch import RALIClassificationIterator ./rocAL/docs/examples/pytorch/test_training.py: def __init__(self, batch_size, num_threads, device_id, data_dir, crop, rali_cpu...
> > @kiritigowda @hansely the validation_app rali part was written by me. I can change it to mention rocal. It's only naming. the APIs I have already changed > >...
> @LakshmiKumar23 -- TOT Rali reference > > ``` > ./rocAL/rocAL/include/decoders/video/hw_jpeg_decoder.h:#ifdef RALI_VIDEO > ./rocAL/rocAL/source/decoders/video/hw_jpeg_decoder.cpp:#ifdef RALI_VIDEO > ./rocAL/rocAL/source/decoders/image/decoder_factory.cpp:#if RALI_VIDEO > ./rocAL/docs/README.md:rali.types are enums exported from C++ API to python. Some examples...
@kiritigowda One more PR is required to address some more mentions of rali. I am working on it
@kiritigowda this issue can be closed. All references to rali should be renamed
@kiritigowda Turns out these tests are commented out due to lack of support from runVX for some of the tests. Maybe can combine this issue and issue #578 once @asalmanp...