Is there a reference someplace which documents what features of C++11 are supported in offloaded code? It appears to me that std::thread::yield and std::map::emplace are not supported, but it would be good to have a comprehensive list.
↧
Is there a reference someplace which documents what features of C++11 are supported in offloaded code? It appears to me that std::thread::yield and std::map::emplace are not supported, but it would be good to have a comprehensive list.