rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
602 stars 151 forks source link

[FEA]: Investigate how readily we can support both FP32 and FP64 from python. #1099

Open thomcom opened 1 year ago

thomcom commented 1 year ago

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

Medium

Please provide a clear description of problem you would like to solve.

Based on the performance results in #1090 it might be beneficial to enable FP32 from our python libraries. We should put a little time into investigating where FP types are locked to 64 bit and how easily we can allow both as a user option.

Describe any alternatives you have considered

No response

Additional context

No response

jarmak-nv commented 1 year ago

Related: https://github.com/rapidsai/cuspatial/issues/1076

harrism commented 1 year ago

Related: #1023