Commit 3749929
authored
* Fix #702: Update cyruntime.getLocalRuntimeVersion to use pathfinder
* Try to fix Windows build
* Fix Windows
* More realistic minimum version
* Simplify gil handling
* Unload module when done with it
* Don't need try/except on Windows
* Don't need gil
* Fix message
* Fix test
* DynamicLibrary -> DynamicLib
* Update to not use pywin32
* Add cast
* Try to fix cast again
* Try to fix cast again
* Address comments in PR
* Fix lib -> loaded_dl
* Add changelog
1 parent 4bc9941 commit 3749929
File tree
5 files changed
+41
-11
lines changed- cuda_bindings
- cuda/bindings
- _lib
- docs/source/release
- tests
5 files changed
+41
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1885 | 1885 | | |
1886 | 1886 | | |
1887 | 1887 | | |
1888 | | - | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
1889 | 1893 | | |
1890 | 1894 | | |
1891 | 1895 | | |
1892 | 1896 | | |
1893 | | - | |
1894 | | - | |
1895 | | - | |
1896 | | - | |
| 1897 | + | |
1897 | 1898 | | |
1898 | | - | |
1899 | | - | |
1900 | | - | |
1901 | | - | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
1902 | 1906 | | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
1903 | 1910 | | |
| 1911 | + | |
1904 | 1912 | | |
1905 | 1913 | | |
1906 | 1914 | | |
1907 | | - | |
| 1915 | + | |
1908 | 1916 | | |
1909 | 1917 | | |
1910 | 1918 | | |
1911 | 1919 | | |
1912 | 1920 | | |
1913 | 1921 | | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
1914 | 1925 | | |
| 1926 | + | |
1915 | 1927 | | |
1916 | 1928 | | |
1917 | 1929 | | |
1918 | | - | |
1919 | 1930 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
1400 | 1401 | | |
1401 | 1402 | | |
1402 | 1403 | | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
0 commit comments