Atiqur Rahman

Results 4 comments of Atiqur Rahman

I am facing the same warning ![image](https://github.com/user-attachments/assets/16418542-d243-40e1-9df2-4d2124b43efd)

Thank you so much your response. I am running on RX6600, Ubuntu 24.04.1 LTS. ROCm version is 6.2.0. Basically, when I use [BatchNorm](https://pytorch.org/docs/stable/generated/torch.nn.BatchNorm2d.html) layer in CNN model, I get this...

Please run this code to reproduce this issue ``` import torch import torch.nn as nn import torch.optim as optim import os from torchvision.models import resnet18 os.environ['HSA_OVERRIDE_GFX_VERSION'] = '10.3.0' os.environ['HIP_VISIBLE_DEVICES'] =...

@jamesxu2, thank you so much for the investigation. I got my answer. Unfortunately, I cannot close this issue because this issue was opened by @succo104.