oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

An exception is caught for vector add.

Open ghostidentity opened this issue 3 years ago • 0 comments

Hi,

I created a DPC++ console project on VS 2022, as by default it will load vector-add sample. There's no issue when I run the project directly on IDE as it says "Vector Add successfully completed on device" but when I target the release option so that it can create an executable file that issue appears. image image

If there's no issue on IDE, the release version should not throw any issue ? Any reply highly appreciated.

ghostidentity avatar Feb 15 '22 05:02 ghostidentity