You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available backends: BackendType.AUTOMATIC, BackendType.OPENMP, BackendType.CUDA, BackendType.OPENCL, BackendType.SYCL
538
+
Default backend for target platform TargetPlatform.GPU_NVIDIA: BackendType.CUDA
539
+
Default backend for target platform TargetPlatform.CPU: BackendType.SYCL
540
+
541
+
Available SYCL implementations: ImplementationType.AUTOMATIC, ImplementationType.ADAPTIVECPP
542
+
543
+
544
+
Repository: https://github.com/SC-SGS/PLSSVM.git
545
+
Documentation: https://sc-sgs.github.io/PLSSVM
546
+
Issues: https://github.com/SC-SGS/PLSSVM/issues
547
+
```
548
+
505
549
## Usage
506
550
507
551
PLSSVM provides three executables: `plssvm-train`, `plssvm-predict`, and `plssvm-scale`.
@@ -1020,12 +1064,6 @@ with an example output:
1020
1064
<imgalt="Example regression output using a sine curve."src="https://github.com/SC-SGS/PLSSVM/raw/regression/.figures/regression_example.png"width="80%">
1021
1065
</p>
1022
1066
1023
-
**Note:** it may be necessary to set the environment variable `PYTHONPATH` to the `lib` folder in the PLSSVM install path.
0 commit comments