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

FGP_TV refactor #153

Closed
wants to merge 21 commits into from
Closed

FGP_TV refactor #153

wants to merge 21 commits into from

Conversation

gfardell
Copy link
Member

@gfardell gfardell commented Jul 8, 2020

Refactored FGP_TV_CPU function including:

  • Corrected 2D cpu boundary conditions
  • Corrected 3D cpu boundary conditions
  • pointer swapping to reduce copies to _prev containers
  • unrolled loops to processes boundary conditions without if/else
  • changed grad function 3D to multip = 1.0f/(12.0f*lambda)
  • Overload functions to simplify TV_FGP_CPU_main
  • Compiles library as C++ 11

ToDo:

  • Change boundary conditions in cuda 2D and 3D
  • Create FGP_TV for arrays of lambda

This was linked to issues Jul 8, 2020
@gfardell gfardell closed this Feb 19, 2021
@dkazanc
Copy link
Collaborator

dkazanc commented Feb 19, 2021

Hi @gfardell, have you decided not to merge this for some reason? cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FGP_TV gradient Lipschitz constant in FGP_TV for 3D
2 participants