GFX950 Stochastic PC sampling (#344)
* GFX950 Stochastic PC sampling * Use actual type instead void * * error reporting if the pcs method is inappropriate
Dieser Commit ist enthalten in:
committet von
GitHub
Ursprung
7f7827fb30
Commit
2bb64e9c9a
@@ -20,12 +20,12 @@
|
||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
// THE SOFTWARE.
|
||||
|
||||
#include "lib/rocprofiler-sdk/pc_sampling/code_object.hpp"
|
||||
#include "lib/rocprofiler-sdk/pc_sampling/parser/tests/mocks.hpp"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <cstddef>
|
||||
|
||||
#include <future>
|
||||
#include "lib/rocprofiler-sdk/pc_sampling/code_object.hpp"
|
||||
#include "mocks.hpp"
|
||||
|
||||
#define GFXIP_MAJOR 9
|
||||
constexpr size_t NUM_THREADS = 8;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren