SpaceGroupUCL / qgisSpaceSyntaxToolkit

Space Syntax Toolkit for QGIS
GNU General Public License v3.0
115 stars 40 forks source link

Feature request: Support CUDA framework #201

Closed Intuos5 closed 2 years ago

Intuos5 commented 2 years ago

It would be great to have CUDA support so that the GPU can be leveraged for the calculations as opposed to the CPU. This should increase calculation speeds with an Nvidia GPU. The Decoding Spaces Toolbox (see: https://toolbox.decodingspaces.net/#aboutToolbox) does this for their Rhino (Grasshopper) plugin and this leads to significant speedups when enabled.

e-kotov commented 2 years ago

I really doubt this is possible, since qgisSpaceSyntaxToolkit just calls on console depthmapX which itself is not even using multiple CPU cores. You may be better off using PlaceSyntaxToole by SMoG - it is multiprocessor compatible and speeds up the calculations significantly.

jorgegil commented 2 years ago

@Intuos5 indeed this is not possible with the SST in its current form, as @e-kotov explains.