File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.17...3.22)
22
3- project (cholespy LANGUAGES CXX C VERSION "0.1.1 " )
3+ project (cholespy LANGUAGES CXX C VERSION "0.1.2 " )
44
55# Nanobind setup from https://github.com/wjakob/nanobind_example/blob/master/CMakeLists.txt
66if (NOT SKBUILD)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ analysis step run *once* when building the solver for fast solving on the GPU
2020It achieves comparable performance as other frameworks, with the dependencies
2121nicely shipped along.
2222
23- ![ Benchmark] ( tests/benchmark.jpg )
23+ ![ Benchmark] ( https://raw.githubusercontent.com/rgl-epfl/cholespy/main/ tests/benchmark.jpg)
2424
2525The Python bindings are generated with
2626[ nanobind] ( https://github.com/wjakob/nanobind ) , which makes it easily
Original file line number Diff line number Diff line change 1919
2020setup (
2121 name = "cholespy" ,
22- version = "0.1.1 " ,
22+ version = "0.1.2 " ,
2323 description = "A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks." ,
2424 author = "Baptiste Nicolet" ,
2525 license = "BSD" ,
You can’t perform that action at this time.
0 commit comments