-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
22.08.00 | ||
22.08.01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
22.08.00 | ||
22.08.01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
22.08.00 | ||
22.08.01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"CUCIM_TESTDATA_FOLDER": "${workspaceDirectory}/test_data", | ||
// Add cuslide plugin's library path to LD_LIBRARY_PATH | ||
"LD_LIBRARY_PATH": "${workspaceDirectory}/build-debug/lib:${workspaceDirectory}/cpp/plugins/cucim.kit.cuslide/build-debug/lib:${workspaceDirectory}/temp/cuda/lib64:${os_env:LD_LIBRARY_PATH}", | ||
"CUCIM_TEST_PLUGIN_PATH": "[email protected].00.so" | ||
"CUCIM_TEST_PLUGIN_PATH": "[email protected].01.so" | ||
}, | ||
"cwd": "${workspaceDirectory}", | ||
"catch2": { | ||
|
@@ -226,7 +226,7 @@ | |
}, | ||
{ | ||
"name": "CUCIM_TEST_PLUGIN_PATH", | ||
"value": "[email protected].00.so" | ||
"value": "[email protected].01.so" | ||
} | ||
], | ||
"console": "externalTerminal", | ||
|
@@ -254,7 +254,7 @@ | |
}, | ||
{ | ||
"name": "CUCIM_TEST_PLUGIN_PATH", | ||
"value": "[email protected].00.so" | ||
"value": "[email protected].01.so" | ||
} | ||
], | ||
"console": "externalTerminal", | ||
|
@@ -286,7 +286,7 @@ | |
}, | ||
{ | ||
"name": "CUCIM_TEST_PLUGIN_PATH", | ||
"value": "[email protected].00.so" | ||
"value": "[email protected].01.so" | ||
} | ||
], | ||
"console": "externalTerminal", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
22.08.00 | ||
22.08.01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ | |
|
||
## Installation | ||
|
||
Please download the latest SDK package (`cuCIM-v22.08.00-linux.tar.gz`). | ||
Please download the latest SDK package (`cuCIM-v22.08.01-linux.tar.gz`). | ||
|
||
Untar the downloaded file. | ||
|
||
```bash | ||
mkdir -p cuCIM-v22.08.00 | ||
tar -xzvf cuCIM-v22.08.00-linux.tar.gz -C cuCIM-v22.08.00 | ||
mkdir -p cuCIM-v22.08.01 | ||
tar -xzvf cuCIM-v22.08.01-linux.tar.gz -C cuCIM-v22.08.01 | ||
|
||
cd cuCIM-v22.08.00 | ||
cd cuCIM-v22.08.01 | ||
``` | ||
|
||
## Run command | ||
|
@@ -147,7 +147,7 @@ Its execution would show some metadata information and create two files -- `outp | |
``` | ||
$ ./bin/tiff_image notebooks/input/image.tif . | ||
[Plugin: cucim.kit.cuslide] Loading... | ||
[Plugin: cucim.kit.cuslide] Loading the dynamic library from: [email protected].00.so | ||
[Plugin: cucim.kit.cuslide] Loading the dynamic library from: [email protected].01.so | ||
[Plugin: cucim.kit.cuslide] loaded successfully. Version: 0 | ||
Initializing plugin: cucim.kit.cuslide (interfaces: [cucim::io::IImageFormat v0.1]) (impl: cucim.kit.cuslide) | ||
is_loaded: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters