# differential-line-cuda **Repository Path**: bit2atom/differential-line-cuda ## Basic Information - **Project Name**: differential-line-cuda - **Description**: CUDA implementation of Differential Line - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Differential Line CUDA ![img](/img/img.png?raw=true "img") Cuda implementation of https://github.com/inconvergent/differential-line. ## Prerequisites In order for this code to run you must first download and install: * `iutils`: https://github.com/inconvergent/iutils * `fn`: https://github.com/inconvergent/fn (used for file name generation only. remove dependency in `main.py`) ## Other Dependencies The code also depends on: * `numpy` * `python-cairo` (do not install with pip, this generally does not work) * `pycuda`