We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256919f commit 58a82a4Copy full SHA for 58a82a4
sycl/gdb/libsycl.so-gdb.py
@@ -35,7 +35,6 @@ def index(self, arg):
35
arg = arg["MImpl"]["MIndex"]
36
except:
37
pass
38
- # https://github.com/intel/llvm/blob/97272b7ebd569bfa13811913a31e30f926559217/sycl/include/sycl/accessor.hpp#L678-L690
39
result = 0
40
for dim in range(self.depth):
41
result = (
@@ -71,7 +70,6 @@ class HostAccessorLocal(HostAccessor):
71
70
def index(self, arg):
72
if arg.type.code == gdb.TYPE_CODE_INT:
73
return int(arg)
74
- # https://github.com/intel/llvm/blob/97272b7ebd569bfa13811913a31e30f926559217/sycl/include/sycl/accessor.hpp#L1049-L1053
75
76
77
0 commit comments