Sallee1
Sallee1
My MSVC version is 19.39.33520, which should support the atomic clause. Could it be a problem with the compiler options? The current additional parameters given are `/openmp -openmp:llvm`
After investigation, I found out that the issue arises due to MSVC's default enabled `/permissive-` flag (conformance mode), which was not present in the project generated from CMake. Since my...
@hmeyerhenke @fabratu
There still appears to be an issue where, with `/openmp:llvm` enabled and both the `/permissive-` option disabled along with the `NETWORKIT_OMP2` macro, using the CoreDecomposition class to compute the k-core...
报错的代码片段 ```python v_33 = torch.zeros_like(input=v_32, dtype=None) v_34 = F.max_pool2d(input=v_32, ceil_mode=False, dilation=(1,1), kernel_size=(9,9), padding=(4,4), return_indices=False, stride=(1,1)) v_35 = torch.eq(input=v_32, other=v_34) v_36 = False v_37 = aten::to(v_35, v_3, v_36, v_36) #445行 v_38...
没有,不支持的算子太多了,之后试了rk3588的rknn的方案也不行,topK算子无法重写绕开。现在用的是jetson orin nano,这个用起来倒是挺顺利,但考虑到项目中国产化的要求,现在还在等着硬件部门给新显卡写驱动
这位好像是使用高棉语的片哥,作者要不要下掉
In addition, fake input below: [dem.tif](https://github.com/user-attachments/files/21827217/dem.tif)
When forced evaluation using eval() is applied to intermediate steps, the code runs successfully and produces expected results. This suggests the crash may be related to lazy evaluation in xtensor's...