Exemplo n.º 1
0
 def test_parse_isntcounts_empty(self):
     self._test({}, llvm.parse_instcounts(""))
Exemplo n.º 2
0
 def test_parse_isntcounts_empty(self):
     self._test({},
                llvm.parse_instcounts(""))
Exemplo n.º 3
0
 def test_parse_isntcounts(self):
     self._test(
         self.stencil_gaussian_kernel_ic_json,
         llvm.parse_instcounts(self.stencil_gaussian_kernel_ic),
     )
Exemplo n.º 4
0
 def test_parse_isntcounts(self):
     self._test(self.stencil_gaussian_kernel_ic_json,
                llvm.parse_instcounts(self.stencil_gaussian_kernel_ic))