ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.08k stars 229 forks source link

[CI] Fp32 OpenCL gfx908 test_conv_igemm_dynamic_xdlops_fwd test failed #1638

Open junliume opened 2 years ago

junliume commented 2 years ago

http://micimaster.amd.com/blue/organizations/jenkins/MLLibs%2FMIOpen/detail/develop/698/pipeline/253

This is likely due to #1619

/var/jenkins/workspace/MLLibs_MIOpen_develop/build/bin/test_conv2d --float --cmode conv --pmode default --group-count 1 --disable-backward-data --disable-backward-weights --input 128 48 35 35 --weights 64 48 5 5 --batch_size 128 --input_channels 48 --output_channels 64 --spatial_dim_elements 35 35 --filter_dims 5 5 --pads_strides_dilations 2 2 1 1 1 1 --trans_output_pads 0 0 --in_layout NCHW --fil_layout NCHW --out_layout NCHW --deterministic 0 --tensor_vect 0 --vector_length 1

FAILED: /var/jenkins/workspace/MLLibs_MIOpen_develop/src/ocl/convolutionocl.cpp:538: Forward Convolution cannot be executed due to incorrect params

junliume commented 2 years ago

Reduce urgency while keeping this ticket open since the solution so far is a workaround.

atamazov commented 1 year ago

@junliume Does it fail with OpenCL backend only?

atamazov commented 1 year ago

@junliume No need to answer