OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dim3
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
simple.cpp
37
do_an_addition<<<
dim3
(1),
dim3
(1), 0, 0>>> (1, 2, result_ptr);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/
simple.cpp
37
do_an_addition<<<
dim3
(1),
dim3
(1), 0, 0>>> (1, 2, result_ptr);
/src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_builtin_vars.h
15
struct
dim3
;
58
__attribute__((device)) operator
dim3
() const;
71
__attribute__((device)) operator
dim3
() const;
82
// blockDim should be convertible to
dim3
(in fact in nvcc, it *is* a
83
//
dim3
). This function is defined after we pull in vector_types.h.
84
__attribute__((device)) operator
dim3
() const;
95
// gridDim should be convertible to
dim3
(in fact in nvcc, it *is* a
96
//
dim3
). This function is defined after we pull in vector_types.h.
97
__attribute__((device)) operator
dim3
() const;
__clang_cuda_runtime_wrapper.h
383
// come after we've pulled in the definition of uint3 and
dim3
.
385
__device__ inline __cuda_builtin_threadIdx_t::operator
dim3
() const {
386
return
dim3
(x, y, z);
393
__device__ inline __cuda_builtin_blockIdx_t::operator
dim3
() const {
394
return
dim3
(x, y, z);
401
__device__ inline __cuda_builtin_blockDim_t::operator
dim3
() const {
402
return
dim3
(x, y, z);
409
__device__ inline __cuda_builtin_gridDim_t::operator
dim3
() const {
410
return
dim3
(x, y, z);
422
// mode, giving them their "proper" types of
dim3
and uint3. This i
429
#define
dim3
macro
[
all
...]
/src/sys/arch/alpha/pci/
pci_6600.c
328
volatile uint64_t * const
dim3
= (pc->pc_eligible_cpus & __BIT(3)) ?
local
337
*
dim3
= enab3;
342
(void) *
dim3
;
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026