yuanAIhan
yuanAIhan
> @yuanAIhan Which example code are you trying to run? https://github.com/kokkos/kokkos-kernels/blob/master/example/wiki/sparse/KokkosSparse_wiki_spgemm.cpp
such as https://github.com/kokkos/kokkos-kernels/blob/master/example/wiki/sparse/KokkosSparse_wiki_spgemm.cpp,I don't know which compilation instructions should I use to complete it.
Yes! I solved the problem of how to make it run today . But I ran into another problem. Is there any document about how to use kokkos-kernel? For example,...
I also encountered this problem, have you solved it?
现在这个问题解决了吗?是不是还是不行呀?
就是如何在自定义物料里面实现一个网络请求呀?
自定义物料的时候应该是可以的,你可以把你的场景说清楚点吗
X6的预览也是使用ReactRenderer实现吗?但是我发现传递的参数和gengeral下面的schema没有差异。请问这里有人帮忙解答一下吗
这里只针对 preview 预览功能。 其余demo不是有一个 preview.tsx文件用来预览吗,基于此。 我看除了官网的例子X6的例子外,其余的例子都有实现Preview功能的  然后我想的是我按照这些例子的方式来模拟实现一下X6 demo的预览功能。 import ReactRenderer from '@alilc/lowcode-react-renderer'; 使用的组件为这个,是不是说普通的渲染和X6的渲染使用的组件的是有差异的?
 import ReactRenderer from '@alilc/lowcode-react-renderer'; 我在想是不是对于X6的Preview功能是不能直接用@alilc/lowcode-react-renderer这里面的ReactRenderer呢?我看传入的schema.json文件和常规的例子里面没有差别