You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code presented in the slides, at least in the case of exercise 4, seems to be written for version 1.2.1 and fails to compile in the newer versions of the compiler. I think it may be a good idea to either state in the slides that the code is for version 1.2.1 or upgrade the slides.
Salu2,
Pablo
The text was updated successfully, but these errors were encountered:
The code I was looking at did not compile because a single_task was being called with parameters for a parallel_for. There are warnings regarding the use of a deprecated device selector followed by errors related to the single_task issue. My mistake was not looking in detail at the errors being generated, assuming a compiler version problem.
This is a version of the code that compiles without errors or warnings:
Hi,
The code presented in the slides, at least in the case of exercise 4, seems to be written for version 1.2.1 and fails to compile in the newer versions of the compiler. I think it may be a good idea to either state in the slides that the code is for version 1.2.1 or upgrade the slides.
Salu2,
Pablo
The text was updated successfully, but these errors were encountered: