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

[BUG] IVF-flat needs specializations #1238

Open
cjnolet opened this issue Feb 3, 2023 · 1 comment
Open

[BUG] IVF-flat needs specializations #1238

cjnolet opened this issue Feb 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@cjnolet
Copy link
Member

cjnolet commented Feb 3, 2023

We should figure out a good granularity for which to do this- whether it's by specialize a couple expensive functions in detail or just by specializing the user facing APIs for IVF-flat. The IVF-flat googletest, specifically, is at the top of the list of items taking a long time to compile (measuring ~20minutes on a single arch).

@cjnolet cjnolet added the bug Something isn't working label Feb 3, 2023
rapids-bot bot pushed a commit that referenced this issue Mar 17, 2023
Add Python wrappers to IVF-Flat.

closes #1139 

It also adds a C++ interface to raft_runtime, that is called from Cython wrappers. The corresponding specializations are defined, but not used elsewhere (see #1238).

Authors:
  - Tamas Bela Feher (https://github.com/tfeher)
  - Victor Lafargue (https://github.com/viclafargue)
  - Corey J. Nolet (https://github.com/cjnolet)
  - Divye Gala (https://github.com/divyegala)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #1316
@tfeher
Copy link
Contributor

tfeher commented Apr 27, 2023

fixed by #1440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants