-
`test/matrix/matrix_blas.cpp` is failed
-
## 진행사항
3회차 연구지도 이후 ogbn-arxiv dataset을 pyg와 dgl을 이용하여 간단한 profiling을 진행하였고, ogbn-products의 경우 CUDA out of memory로 인하여 subclustering을 이용한 결과만이 나왔습니다.
## 피드백
- 3회차 연구지도까지 진행하였던 방법들과 같이 다양한 …
-
### 🚀 The feature, motivation and pitch
Hello, I was working on SIGN model. In a GPU-based setting, seems that during the preprocessing there can be two bottlenecks; SparseTensor creation and SpMM (…
-
**Describe the bug**
I always meet following error when compiling the code
- Please complete all sections of this template if applicable. For installation, you must report the environment. O…
-
hi,I used nsight system to view the timeline after using cuda graph and found that the spmm kernels in the forward and backward passes were clustered together, which seems to break the logic of the pr…
-
result, COO, vals = MEB.coo_spmm_average_int32(
RuntimeError: at /FastPointTransformer/thirdparty/MinkowskiEngine/src/gpu.cu:100
I encountered this issue during runtime.I don't know how to solve i…
-
hi,I read the spmm kernel and find that the number of tiles to process for the feature dimension is calculated by embedding_dim/BLK_H, which may not be applicable for the last GCN layer, because at th…
-
Hi,
I'm trying to run your code for text classification tasks but I'm not sure about the hyperparameters setting here.
Currently, I'm using alpha = 0.05, and **normalize the final features as wh…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR52410](https://bugs.llvm.org/show_bug.cgi?id=52410) |
| Status | NEW |
| Importance | P enhancemen…
-
The gunrock-test building process is not working.
Problem:
- makefile cannot be generated due to inconsistency between the cmakelist I provide and the one pulled from the gunrock repo
- users r…