dpctl
dpctl copied to clipboard
State of interoperability with cuda backend
dpctl can detect cuda devices:
In [2]: import dpctl
In [3]: dpctl.get_devices()
Out[3]: [<dpctl.SyclDevice [backend_type.cuda, device_type.gpu, NVIDIA GeForce GTX 1070] at 0x7fa92ca4a270>]
but dpctl.program
can't create kernels, only level_zero
and opencl
are supported:
Are there plans for further interoperability from dpctl with backends that are not opencl and level_zero ?
打开侧边栏有比较明显的拖影,不知道能否优化
硬件环境: macbook pro m1芯片 node 18 vscode
打开侧边栏有比较明显的拖影,不知道能否优化
拖影指的是啥?黑色背景有一点延迟?还是抽屉打开时的渐入渐出动画?
你先手动将 element-plus 升级为 2.3.12 试试看,是否解决了你提到的两个问题?
两个都是动画问题,可能是element本身动画做的不是太好
在浏览器上运行挺流畅的。这个问题不好排查,可能是 Element Plus 本身的问题,可能是 Electron 的问题,但也可能我们的配置问题
我测试了一下,在窗口比较大时掉帧比较明显,窗口比较小时,几乎无掉帧 @nevlf
我测试了一下,在窗口比较大时掉帧比较明显,窗口比较小时,几乎无掉帧 @nevlf
确实是这样的,窗口一大,就会卡顿的很明显