Commit 164c7272 authored by Leonardo Solis's avatar Leonardo Solis
Browse files

removed pragma max_concurrency (not support in this ver)

parent 74ee70e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ void Krnl_Conform(
		rotlist_localcache [c] = KerConstStatic_rotlist_const [c];
	}

#pragma max_concurrency 32
while(active) {
	char mode;

+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ void Krnl_InterE(
	__global const float* GlobFgrids2 = & GlobFgrids [Host_mul_tmp2];
	__global const float* GlobFgrids3 = & GlobFgrids [Host_mul_tmp3];

#pragma max_concurrency 32
while(active) {

	char mode;
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ void Krnl_IntraE(
		intraE_contributors_localcache [i] = KerConstStatic_intraE_contributors_const [i];	
	}

#pragma max_concurrency 32
while(active) {
	char mode;