g++-4.7 Questions

2

In Is OpenMP (parallel for) in g++ 4.7 not very efficient? 2.5x at 5x CPU, I determined that the performance of my programme varies between 11s and 13s (mostly always above 12s, and sometimes as sl...
Siegel asked 30/4, 2016 at 18:31

2

I've tried using OpenMP with a single #pragma omp parallel for, and it resulted in my programme going from a runtime of 35s (99.6% CPU) to 14s (500% CPU), running on Intel(R) Xeon(R) CPU E3-1240 v3...
Neom asked 30/4, 2016 at 3:56

1

Solved

I'm trying to compile some code with the CUDA SDK 5.5 RC and g++ 4.7 on MacOS X 10.8. If I understand correctly CUDA 5.5 should work with g++ 4.7. Looking at /usr/local/cuda/include/host_config.h i...
Improvement asked 31/7, 2013 at 12:23

2

Solved

I have code that compiled happily with g++ version 3.something. I then wanted to build some other code that had C++11 symbols in it so I upgraded to g++ 4.7. Now my original code doesn't build. I g...
Gaynell asked 11/4, 2013 at 8:28

2

Solved

Does g++ 4.7.2 implement std::set::emplace, as defined by the C++11 Standard and documented here? I have written the following little test case: #include <set> #include <string> stru...
Gilstrap asked 4/4, 2013 at 13:13
1

© 2022 - 2024 — McMap. All rights reserved.