Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 8d83c67

Browse files
README.md update
1 parent 4cb18d0 commit 8d83c67

File tree

1 file changed

+7
-50
lines changed

1 file changed

+7
-50
lines changed

README.md

Lines changed: 7 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -18,77 +18,34 @@ Expected successful output:
1818
```
1919
root@pvc-hf-1100-00:/workspace# python -m bnb_intel
2020
Initializing bnb_intel module
21-
bnb_intel module initialization complete, _autoload = <function _autoload at 0x7f552f6cb1c0>
22-
[W318 10:30:23.240989074 OperatorEntry.cpp:154] Warning: Warning only once for all operators, other operators may also be overridden.
21+
[W414 18:23:28.291667720 OperatorEntry.cpp:154] Warning: Warning only once for all operators, other operators may also be overridden.
2322
Overriding a previously registered kernel for the same operator and the same dispatch key
2423
operator: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> ()
2524
registered at /pytorch/build/aten/src/ATen/RegisterSchema.cpp:6
2625
dispatch key: XPU
2726
previous kernel: registered at /pytorch/build/aten/src/ATen/RegisterCPU.cpp:30477
2827
new kernel: registered at /build/intel-pytorch-extension/build/Release/csrc/gpu/csrc/aten/generated/ATen/RegisterXPU.cpp:468 (function operator())
29-
2025-03-18 10:30:24,784 - bitsandbytes.cextension - WARNING - The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers and GPU quantization are unavailable.
28+
2025-04-14 18:23:29,577 - bitsandbytes.cextension - WARNING - The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers and GPU quantization are unavailable.
3029
Loading ops module
3130
ops module loaded
3231
Registering XPU implementations
3332
Successfully registered XPU implementation
33+
Registering HPU implementations
34+
Successfully registered HPU implementations
3435
🧪 Running minimal XPU backend test...
35-
int8_linear_matmul_xpu called with tensors of shape: torch.Size([32, 64]) torch.Size([64, 128])
36+
int8_linear_matmul_xpu called with tensors of shape: torch.Size([32, 64]) torch.Size([128, 64])
3637
3738
✅ Operator executed successfully!
38-
Input shapes: torch.Size([32, 64]) x torch.Size([64, 128])
39+
Input shapes: torch.Size([32, 64]) x torch.Size([128, 64])
3940
Output shape: torch.Size([32, 128])
4041
Output device: xpu:0
41-
[W318 10:30:25.828258019 OperatorEntry.cpp:154] Warning: Warning only once for all operators, other operators may also be overridden.
42+
[W414 18:23:30.825181068 OperatorEntry.cpp:154] Warning: Warning only once for all operators, other operators may also be overridden.
4243
Overriding a previously registered kernel for the same operator and the same dispatch key
4344
operator: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> ()
4445
registered at /pytorch/build/aten/src/ATen/RegisterSchema.cpp:6
4546
dispatch key: XPU
4647
previous kernel: registered at /pytorch/build/aten/src/ATen/RegisterCPU.cpp:30477
4748
new kernel: registered at /build/intel-pytorch-extension/build/Release/csrc/gpu/csrc/aten/generated/ATen/RegisterXPU.cpp:468 (function operator())
48-
root@pvc-hf-1100-00:/workspace# Initializing bnb_intel module
49-
bnb_intel module initialization complete, _autoload = <function _autoload at 0x7fb7851f6a70>
50-
2025-03-18 10:30:27,965 - bitsandbytes.cextension - WARNING - The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers and GPU quantization are unavailable.
51-
Loading ops module
52-
ops module loaded
53-
Registering XPU implementations
54-
Successfully registered XPU implementation
55-
56-
root@pvc-hf-1100-00:/workspace# python -m bnb_intel
57-
Initializing bnb_intel module
58-
bnb_intel module initialization complete, _autoload = <function _autoload at 0x7f874aaf31c0>
59-
[W318 10:30:59.381272647 OperatorEntry.cpp:154] Warning: Warning only once for all operators, other operators may also be overridden.
60-
Overriding a previously registered kernel for the same operator and the same dispatch key
61-
operator: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> ()
62-
registered at /pytorch/build/aten/src/ATen/RegisterSchema.cpp:6
63-
dispatch key: XPU
64-
previous kernel: registered at /pytorch/build/aten/src/ATen/RegisterCPU.cpp:30477
65-
new kernel: registered at /build/intel-pytorch-extension/build/Release/csrc/gpu/csrc/aten/generated/ATen/RegisterXPU.cpp:468 (function operator())
66-
2025-03-18 10:31:00,902 - bitsandbytes.cextension - WARNING - The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers and GPU quantization are unavailable.
67-
Loading ops module
68-
ops module loaded
69-
Registering XPU implementations
70-
Successfully registered XPU implementation
71-
🧪 Running minimal XPU backend test...
72-
int8_linear_matmul_xpu called with tensors of shape: torch.Size([32, 64]) torch.Size([64, 128])
73-
74-
✅ Operator executed successfully!
75-
Input shapes: torch.Size([32, 64]) x torch.Size([64, 128])
76-
Output shape: torch.Size([32, 128])
77-
Output device: xpu:0
78-
[W318 10:31:01.953192430 OperatorEntry.cpp:154] Warning: Warning only once for all operators, other operators may also be overridden.
79-
Overriding a previously registered kernel for the same operator and the same dispatch key
80-
operator: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> ()
81-
registered at /pytorch/build/aten/src/ATen/RegisterSchema.cpp:6
82-
dispatch key: XPU
83-
previous kernel: registered at /pytorch/build/aten/src/ATen/RegisterCPU.cpp:30477
84-
new kernel: registered at /build/intel-pytorch-extension/build/Release/csrc/gpu/csrc/aten/generated/ATen/RegisterXPU.cpp:468 (function operator())
85-
root@pvc-hf-1100-00:/workspace# Initializing bnb_intel module
86-
bnb_intel module initialization complete, _autoload = <function _autoload at 0x7ff6465cea70>
87-
2025-03-18 10:31:03,481 - bitsandbytes.cextension - WARNING - The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers and GPU quantization are unavailable.
88-
Loading ops module
89-
ops module loaded
90-
Registering XPU implementations
91-
Successfully registered XPU implementation
9249
```
9350

9451
## Technical Implementation

0 commit comments

Comments
 (0)