HomeSort by: relevance | last modified time | path
    Searched defs:optvals (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 647 void *optvals[7]; local
657 optvals[0] = &elapsed;
660 optvals[1] = &ilog[0];
663 optvals[2] = (void *) sizeof ilog;
666 optvals[3] = &elog[0];
669 optvals[4] = (void *) sizeof elog;
672 optvals[5] = (void *) 1;
687 optvals[nopts] = (void *) gomp_nvptx_o;
692 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate);
694 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate)
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 665 void *optvals[7]; local
675 optvals[0] = &elapsed;
678 optvals[1] = &ilog[0];
681 optvals[2] = (void *) sizeof ilog;
684 optvals[3] = &elog[0];
687 optvals[4] = (void *) sizeof elog;
690 optvals[5] = (void *) 1;
705 optvals[nopts] = (void *) gomp_nvptx_o;
710 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate);
712 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate)
    [all...]

Completed in 15 milliseconds