我試圖在我的定製內核中內置AMD-GPU內核模塊。但是,我只能將它作爲一個模塊來構建。當我按下y來建立它時,會出現一個文本框,其內容如下: This feature depends on another which has been configured as a module. As a result, this feature will be built as a module. 我的問題是A
我正在研究一個將使用AMD GPU來處理數據的項目。我注意到AMD在他們的網站上提供了兩種不同的SDK來使用GPU:ATI Stream Technology和 OpenCL™ and the AMD APP SDK。它看起來像都支持OpenCL,但我沒有在網站上找到任何明確指出爲什麼會使用另一個。這兩者有什麼區別?
我試圖讓我的OpenCL項目在Ubuntu中編譯。我有一個兼容的Core i5和AMD HD 5660。 當我執行下面的代碼 cl_int status;
// Retrieve the number of platforms
cl_uint numPlatforms = 0;
status = clGetPlatformIDs(0, NULL, &numPlatforms);
if (s
我正在嘗試編寫使用OpenCL管道的OpenCL內核。內核代碼如下。 uint tid = get_global_id(0);
uint numWorkItems = get_global_size(0);
int i;
int rid;
int temp = 0, temp1 = 0;
int val;
int szgr = get_