Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 4 of 4) sorted by relevance

/honee/examples/
H A Dnavierstokes.c50 const char *resource; in main() local
51 PetscCallCeed(ceed, CeedGetResource(ceed, &resource)); in main()
52 if (strstr(resource, "/gpu/sycl")) { in main()
74 const char *resource; in main() local
75 PetscCallCeed(ceed, CeedGetResource(ceed, &resource)); in main()
76 if (strstr(resource, "/gpu/cuda")) vec_type = VECCUDA; in main()
77 else if (strstr(resource, "/gpu/hip")) vec_type = VECKOKKOS; in main()
78 else if (strstr(resource, "/gpu/sycl")) vec_type = VECKOKKOS; in main()
/honee/tests/
H A Djunit.py95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
108 if (condition == 'cpu') and ('gpu' in resource):
113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]:
133 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
H A Djunit_common.py181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]:
209 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
/honee/doc/
H A Druntime_options.md15 - CEED resource specifier