Skip to content

Commit 341f309

Browse files
committed
2 parents e34ec25 + 2d21069 commit 341f309

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,18 @@ Read README-build.md
5050

5151
## How to Use
5252

53-
Keep it mind... it is very very initial version that misses a lot of functionality and it isn't fully tested yet.
53+
Keep it mind... it is earky version that misses a lot of functionality and it isn't fully tested yet.
5454
So if something fails. It is either not implemented or it is implemented incorrectly
5555

5656
Note: pytorch backend is based on dlprimitives library that actually implements all the operators and
5757
it is relatively well tested.
5858

59-
If you still want to try:
59+
If you still want to try: import package `pytorch_ocl`
6060

61-
Import package `pytorch_ocl`
62-
63-
torch.ops.load_library("/path/to/libpt_ocl.so")
64-
6561
Keep in mind you may have several OpenCL devices. Refer to `clinfo --list` to list
6662
of the devices and their order. Now instead of calling `something.to('cuda')` you call `something.to('ocl:0')` or
6763
`something.to('privateuseone:0' for pytorch 1.13)` or another `ocl:1` etc.
6864

69-
7065
## Known Issues
7166

7267
1. Many operators not implemented and there may be fallbacks to CPU. Sometimes it is minor but sometimes it may hamper the performance, some may just fail

0 commit comments

Comments
 (0)