You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
I have problems with performance. Running the test_all.testbin show many long time tests like these:
[ RUN ] ScaleLayerTest/0.TestForwardScale
[ OK ] ScaleLayerTest/0.TestForwardScale (3 ms)
[ RUN ] ScaleLayerTest/0.TestForwardScaleAxis2
[ OK ] ScaleLayerTest/0.TestForwardScaleAxis2 (4 ms)
[ RUN ] ScaleLayerTest/0.TestGradientEltwise
[ OK ] ScaleLayerTest/0.TestGradientEltwise (2076 ms)
[ RUN ] ScaleLayerTest/0.TestGradientEltwiseWithParam
[ OK ] ScaleLayerTest/0.TestGradientEltwiseWithParam (201799 ms)
Freshly compiled hipCaffe with default Makefile.config. Compilation flags = -O3
I am using the latest ROCm from debian packages. Running the test_all.testbin show problem with long time tests.
Your system configuration
Operating system: Ubuntu 16.04.2 LTS with 4.9.0-kfd-compute-rocm-rel-1.6-77
Compiler: GCC v5.4.0, HCC clang 5.0
CUDA version (if applicable): not applicable
CUDNN version (if applicable): not applicable
BLAS: ATLAS
Python or MATLAB version (for pycaffe and matcaffe respectively): not applicable
The text was updated successfully, but these errors were encountered:
Issue summary
Hello!
I have problems with performance. Running the test_all.testbin show many long time tests like these:
[ RUN ] ScaleLayerTest/0.TestForwardScale
[ OK ] ScaleLayerTest/0.TestForwardScale (3 ms)
[ RUN ] ScaleLayerTest/0.TestForwardScaleAxis2
[ OK ] ScaleLayerTest/0.TestForwardScaleAxis2 (4 ms)
[ RUN ] ScaleLayerTest/0.TestGradientEltwise
[ OK ] ScaleLayerTest/0.TestGradientEltwise (2076 ms)
[ RUN ] ScaleLayerTest/0.TestGradientEltwiseWithParam
[ OK ] ScaleLayerTest/0.TestGradientEltwiseWithParam (201799 ms)
How can i fix it?
Do I need to install the driver ( for videocard Radeon Pro WX 7100 ) from http://support.amd.com/en-us/download/workstation?os=Linux+x86_64# or ROCm kernel already contains the required driver?
Steps to reproduce
Freshly compiled hipCaffe with default Makefile.config. Compilation flags = -O3
I am using the latest ROCm from debian packages. Running the test_all.testbin show problem with long time tests.
Your system configuration
Operating system: Ubuntu 16.04.2 LTS with 4.9.0-kfd-compute-rocm-rel-1.6-77
Compiler: GCC v5.4.0, HCC clang 5.0
CUDA version (if applicable): not applicable
CUDNN version (if applicable): not applicable
BLAS: ATLAS
Python or MATLAB version (for pycaffe and matcaffe respectively): not applicable
The text was updated successfully, but these errors were encountered: