Advertisement
whchung

ROCm TF 1.3 resnet batch 512 crash inside MIOpen bwd BN

Mar 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 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 = 512, 16, 32, 32
  4. x = 0x63bdc8a00
  5. dyDesc = 512, 16, 32, 32
  6. dy = 0x61fdc8a00
  7. dxDesc = 512, 16, 32, 32
  8. dx = 0x60fdc8a00
  9. bnScaleBiasDiffDesc = 1, 16, 1, 1
  10. bnScale = 0x608e12e00
  11. resultBnScaleDiff = 0x608f07100
  12. resultBnBiasDiff = 0x608f07900
  13. epsilon = 1e-05
  14. savedMean = 0x608f09800
  15. savedInvVariance = 0x608f09900
  16. }
  17. <<hip-api tid:5.3510 5.3510 hipLaunchKernel 'BatchNormBwdSpatial' gridDim:{16,1024,1} groupDim:{1,1024,1} sharedMem:+0 stream:0.1 @328400701367156
  18. Memory access fault by GPU node-1 on address 0x600000000. Reason: Page not present or supervisor privilege.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement