cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

et1
Adept II

CodeXL/VS crashes on compile

When there's an error of assigning to a pointer of a wrong memory space, the OpenCL Build option crashes CodeXL and Visual Studio with it. For example:

__local float localVar[256];

float* var = localVar;

I'm using Visual Studio 2010 with CodeXL 1.4.5724.0 and a Radeon 5850.

0 Likes
1 Solution

Hi,

Thanks again for this report.

This crash has been fixed by the compiler team. The fix will become available in one of the upcoming driver releases.

View solution in original post

0 Likes
2 Replies
dorono
Staff

Hi,

Thanks for this report. It has been passed to the Compiler team.

0 Likes

Hi,

Thanks again for this report.

This crash has been fixed by the compiler team. The fix will become available in one of the upcoming driver releases.

0 Likes