Advertisement
whchung

ROCm TF 1.3 resnet batch 256 hang inside MIOpen bwd BN

Mar 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. MIOpen(HIP): miopenStatus_t miopenBatchNormalizationBackward(miopenHandle_t, miopenBatchNormMode_t, const void *, const void *, const void *, const void *, const miopenTensorDescriptor_t, const void *, const miopenTensorDescriptor_t, const void *, const miopenTensorDescriptor_t, void *, const miopenTensorDescriptor_t, const void *, void *, void *, double, const void *, const void *){
  2. bn_mode = 1
  3. xDesc = 256, 16, 32, 32
  4. x = 0x6231a2200
  5. dyDesc = 256, 16, 32, 32
  6. dy = 0x6151a2200
  7. dxDesc = 256, 16, 32, 32
  8. dx = 0x60d1a2200
  9. bnScaleBiasDiffDesc = 1, 16, 1, 1
  10. bnScale = 0x60980db00
  11. resultBnScaleDiff = 0x609b9ef00
  12. resultBnBiasDiff = 0x60a1a1a00
  13. epsilon = 1e-05
  14. savedMean = 0x609ba0700
  15. savedInvVariance = 0x609ba0800
  16. }
  17. <<hip-api tid:5.3403 5.3403 hipLaunchKernel 'BatchNormBwdSpatial' gridDim:{16,1024,1} groupDim:{1,1024,1} sharedMem:+0 stream:0.1 @328820053308573
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement