Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 893602
Collapse All | Expand All

(-)a/device/rocm/roccounters.hpp (-1 / +1 lines)
Lines 24-30 Link Here
24
#include "top.hpp"
24
#include "top.hpp"
25
#include "device/device.hpp"
25
#include "device/device.hpp"
26
#include "device/rocm/rocdevice.hpp"
26
#include "device/rocm/rocdevice.hpp"
27
#include "hsa_ven_amd_aqlprofile.h"
27
#include "hsa/hsa_ven_amd_aqlprofile.h"
28
28
29
namespace roc {
29
namespace roc {
30
30
(-)a/device/rocm/rocdevice.hpp (-4 / +4 lines)
Lines 40-49 Link Here
40
#include "device/rocm/rocprintf.hpp"
40
#include "device/rocm/rocprintf.hpp"
41
#include "device/rocm/rocglinterop.hpp"
41
#include "device/rocm/rocglinterop.hpp"
42
42
43
#include "hsa.h"
43
#include "hsa/hsa.h"
44
#include "hsa_ext_image.h"
44
#include "hsa/hsa_ext_image.h"
45
#include "hsa_ext_amd.h"
45
#include "hsa/hsa_ext_amd.h"
46
#include "hsa_ven_amd_loader.h"
46
#include "hsa/hsa_ven_amd_loader.h"
47
47
48
#include <atomic>
48
#include <atomic>
49
#include <iostream>
49
#include <iostream>
(-)a/device/rocm/rocglinterop.hpp (-1 / +1 lines)
Lines 34-40 typedef __GLXcontextRec* GLXContext; Link Here
34
34
35
#include "device/rocm/mesa_glinterop.h"
35
#include "device/rocm/mesa_glinterop.h"
36
#include "device/rocm/rocregisters.hpp"
36
#include "device/rocm/rocregisters.hpp"
37
#include "hsa_ext_amd.h"
37
#include "hsa/hsa_ext_amd.h"
38
38
39
namespace roc {
39
namespace roc {
40
40
(-)a/device/rocm/rockernel.cpp (-1 / +1 lines)
Lines 19-25 Link Here
19
 THE SOFTWARE. */
19
 THE SOFTWARE. */
20
20
21
#include "rockernel.hpp"
21
#include "rockernel.hpp"
22
#include "amd_hsa_kernel_code.h"
22
#include "hsa/amd_hsa_kernel_code.h"
23
23
24
#include <algorithm>
24
#include <algorithm>
25
25
(-)a/device/rocm/rocprogram.cpp (-1 / +1 lines)
Lines 25-31 Link Here
25
#include "utils/options.hpp"
25
#include "utils/options.hpp"
26
#include "rockernel.hpp"
26
#include "rockernel.hpp"
27
27
28
#include "amd_hsa_kernel_code.h"
28
#include "hsa/amd_hsa_kernel_code.h"
29
29
30
#include <string>
30
#include <string>
31
#include <vector>
31
#include <vector>
(-)a/device/rocm/rocsignal.hpp (-2 / +2 lines)
Lines 22-28 Link Here
22
22
23
#include "device/devsignal.hpp"
23
#include "device/devsignal.hpp"
24
24
25
#include <hsa.h>
25
#include <hsa/hsa.h>
26
26
27
namespace roc {
27
namespace roc {
28
28
Lines 44-47 public: Link Here
44
  }
44
  }
45
};
45
};
46
46
47
};
47
};
(-)a/device/rocm/rocvirtual.cpp (-2 / +2 lines)
Lines 34-41 Link Here
34
#include "platform/sampler.hpp"
34
#include "platform/sampler.hpp"
35
#include "utils/debug.hpp"
35
#include "utils/debug.hpp"
36
#include "os/os.hpp"
36
#include "os/os.hpp"
37
#include "amd_hsa_kernel_code.h"
37
#include "hsa/amd_hsa_kernel_code.h"
38
#include "amd_hsa_queue.h"
38
#include "hsa/amd_hsa_queue.h"
39
39
40
#include <fstream>
40
#include <fstream>
41
#include <limits>
41
#include <limits>
(-)a/device/rocm/rocvirtual.hpp (-4 / +4 lines)
Lines 24-34 Link Here
24
#include "rocdefs.hpp"
24
#include "rocdefs.hpp"
25
#include "rocdevice.hpp"
25
#include "rocdevice.hpp"
26
#include "utils/util.hpp"
26
#include "utils/util.hpp"
27
#include "hsa.h"
27
#include "hsa/hsa.h"
28
#include "hsa_ext_image.h"
28
#include "hsa/hsa_ext_image.h"
29
#include "hsa_ext_amd.h"
29
#include "hsa/hsa_ext_amd.h"
30
#include "rocprintf.hpp"
30
#include "rocprintf.hpp"
31
#include "hsa_ven_amd_aqlprofile.h"
31
#include "hsa/hsa_ven_amd_aqlprofile.h"
32
#include "rocsched.hpp"
32
#include "rocsched.hpp"
33
33
34
namespace roc {
34
namespace roc {

Return to bug 893602