| 1 | # Takes the pdf file of the libcuda docs and generates a JSON file representing it. |
| 2 | # That json file is then used to generate internal intrinsics as well as intrinsics docs. |
| 3 | # libdevice is 300+ intrinsics, therefore making a script to do this is better for developer |
| 4 | # sanity as well as extensibility for any future versions of libdevice. |