We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
miopenStatus_t miopenBatchNormalizationForwardTraining(miopenHandle_t, miopenBatchNormMode_t, void *, void *, const miopenTensorDescriptor_t, const void *, const miopenTensorDescriptor_t, void *, const miopenTensorDescriptor_t, void *, void *, double, void *, void *, double, void *, void *){ bn_mode = 1 xDesc = 2, 4, 2, 2 x = 0xa09800500 yDesc = 2, 4, 2, 2 y = 0xa09800800 bnScaleBiasMeanVarDesc = 1, 4, 1, 1 bnScale = 0xa09800600 bnBias = 0xa09800700 expAvgFactor = 1 resultRunningMean = 0xa09800900 resultRunningVariance = 0xa09800a00 epsilon = 0.001 resultSaveMean = 0xa09800b00 resultSaveInvVariance = 0xa09800c00 }
The lines of interest are:
xDesc = 2, 4, 2, 2
./bin/MIOpenDriver bnorm -F 1 -n 2 -c 4 -H 2 -W 2 -m 1 -s 1 -r 1
To run in 16-bit floating point precision replace bnorm with bnormfp16
bnorm
bnormfp16