Skip to content

HIP build corrections#36

Merged
kiritigowda merged 885 commits intoROCm:masterfrom
r-abishek:master
Oct 29, 2020
Merged

HIP build corrections#36
kiritigowda merged 885 commits intoROCm:masterfrom
r-abishek:master

Conversation

@r-abishek
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Collaborator

@LakshmiKumar23 can you check this PR

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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