Skip to content

[Optimization] Division operation on GPUs #62

@jaykalinani

Description

@jaykalinani

Division operations may be complicated for GPUs. Two possible strategies to deal with this:

  1. Replace division calls (e.g. a/b) by multiplication with the inverse instead (e.g. a*(1.0/b))
  2. use compiler flags such as -ffast-math

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions