我是 Adobe Premiere 和 GPU 加速的新手。我开始学习使用 Premiere Pro CC 编辑视频的简单教程,当我将鼠标悬停在视频上或拖动视频时,几秒钟后出现“停止工作”错误。发现问题是因为OpenCL。所以我将我的设置设置为“仅软件”以仅进行 CPU 渲染。
我的硬件和软件:
- 惠普 ProBook 450 G1
- 微软视窗 8.1 X64
- AMD Radeon 8600/8700M
- 14.12 AMD Catalyst Omega 软件
- 英特尔高清 4600
- AMD APP SDK 2.9
- 微软视觉工作室终极版 2013
(用于网络开发。我不是 CPP 程序员。)
- Adobe Premiere Pro CC
我使用 GPU-Z 来获取有关我的 AMD GPU 的详细信息,我看到 OpenCL 已禁用,而另一个(英特尔)已启用。
所以我使用/program files/adobe/adobe premiere pro cc/gpusniffer.exe
了,这是输出:
Found 2 devices supporting GPU computation.
OpenCL Device 0 -
Name: Intel(R) HD Graphics 4600
Vendor: Intel
Capability: 1.2
Driver: 1.2
Total Video Memory: 1348MB
* Not enabled by default because it did not match the named list of cards.
OpenCL Device 1 -
Name: Oland
Vendor: AMD
Capability: 2
Driver: 1.2
Total Video Memory: 2048MB
我阅读了 APP SDK 的所有文档,但除了这个之外我什么也没找到:
的输出/windows/system32/clinfo.exe
Compiler available: Yes
Execution capabilities:
Execute OpenCL kernels: Yes
Execute native function: No
Queue properties:
Out-of-Order: No
Profiling : Yes
Platform ID: 00007FFBA45D6B60
Name: Oland
Vendor: Advanced Micro Devices, Inc.
Device OpenCL C version: OpenCL C 1.2
Driver version: 1642.5 (VM)
Profile: FULL_PROFILE
Version: OpenCL 1.2 AMD-APP (1642.5)
为了在 GPU-Z 中为我的 AMD Radeon GPU 启用 OpenCL,我应该怎么做?
谢谢。