-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impl SmoothL1Loss #3348
base: develop
Are you sure you want to change the base?
Impl SmoothL1Loss #3348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following clang-format issue need to be fixed:
[2024-11-19T07:52:05.153Z] 453,454c453
[2024-11-19T07:52:05.153Z] < if(out_dev->FromGPU(GetStream(), out.data()) != 0)
[2024-11-19T07:52:05.153Z] < {
[2024-11-19T07:52:05.153Z] ---
[2024-11-19T07:52:05.153Z] > if(out_dev->FromGPU(GetStream(), out.data()) != 0) {
float16
float32
For the bfloat16 datatype, ROCm pytorch SmoothL1Loss operator doesn't support this datatype.