Skip to content
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

HIP build corrections #36

Merged
merged 885 commits into from
Oct 29, 2020
Merged

HIP build corrections #36

merged 885 commits into from
Oct 29, 2020

Conversation

r-abishek
Copy link
Member

  • Fix HIP backend issues
  • Changes for hip build
  • Change cmakelists for linking issues
  • Change include hip/hip_hcc.h to hip/hip_ext.h to avoid warning

r-abishek and others added 30 commits August 6, 2019 15:28
Copy link
Collaborator

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 3
           

Clones removed
==============
+ src/modules/hip/hip_morphological_transforms.cpp  -17
+ src/modules/hip/hip_color_model_conversions.cpp  -27
+ src/modules/hip/hip_imgaugmentation.cpp  -19
+ src/modules/hip/hip_filter_functions.cpp  -6
         

See the complete overview on Codacy

@kiritigowda
Copy link
Collaborator

@LakshmiKumar23 can you check this PR

Copy link
Contributor

@LakshmiKumar23 LakshmiKumar23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kiritigowda builds successfully on both rocm3.7 and rocm3.8

@kiritigowda kiritigowda merged commit c648b96 into ROCm:master Oct 29, 2020
Copy link
Contributor

@rrawther rrawther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of functions with commented code and returning SUCCESS. It is better to remove those if not needed anymore.

stdDev
);
}
// int ctr=0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we are not using these implementations anymore, it is better to remove the entire function

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all the commented functions in this file

// gDim3[2] = 1;
// cl_kernel_implementer (handle, gDim3, NULL/*Local*/, theProgram, theKernel);
}
// srand(time(0));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this not used anymore? Better to remove the function all together

kernelSize
);
}
// int ctr=0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove all the irrelevant code

fiona-gladwin pushed a commit to fiona-gladwin/rpp that referenced this pull request Dec 22, 2021
…or_mods

Resize Bilinear : Tensor Code clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants