Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for if_cuda (0.21 sec)

  1. tensorflow/BUILD

    # learning applications.
    
    load("@bazel_skylib//lib:selects.bzl", "selects")
    load("@bazel_skylib//rules:common_settings.bzl", "bool_flag", "bool_setting")
    load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda")
    load(
        "//tensorflow:tensorflow.bzl",
        "VERSION",
        "VERSION_MAJOR",
        "check_deps",
        "if_google",
        "if_oss",
        "if_xla_available",
        "tf_cc_shared_object",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. api/go1.11.txt

    pkg debug/elf, const EM_CRX = 114
    pkg debug/elf, const EM_CRX Machine
    pkg debug/elf, const EM_CSR_KALIMBA = 219
    pkg debug/elf, const EM_CSR_KALIMBA Machine
    pkg debug/elf, const EM_CUDA = 190
    pkg debug/elf, const EM_CUDA Machine
    pkg debug/elf, const EM_CYPRESS_M8C = 161
    pkg debug/elf, const EM_CYPRESS_M8C Machine
    pkg debug/elf, const EM_D10V = 85
    pkg debug/elf, const EM_D10V Machine
    pkg debug/elf, const EM_D30V = 86
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    	EM_TILEPRO       Machine = 188 /* Tilera TILEPro multicore architecture family */
    	EM_MICROBLAZE    Machine = 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */
    	EM_CUDA          Machine = 190 /* NVIDIA CUDA architecture */
    	EM_TILEGX        Machine = 191 /* Tilera TILE-Gx multicore architecture family */
    	EM_CLOUDSHIELD   Machine = 192 /* CloudShield architecture family */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"EM_COREA_2ND", Const, 11},
    		{"EM_CR", Const, 11},
    		{"EM_CR16", Const, 11},
    		{"EM_CRAYNV2", Const, 11},
    		{"EM_CRIS", Const, 11},
    		{"EM_CRX", Const, 11},
    		{"EM_CSR_KALIMBA", Const, 11},
    		{"EM_CUDA", Const, 11},
    		{"EM_CYPRESS_M8C", Const, 11},
    		{"EM_D10V", Const, 11},
    		{"EM_D30V", Const, 11},
    		{"EM_DSP24", Const, 11},
    		{"EM_DSPIC30F", Const, 11},
    		{"EM_DXP", Const, 11},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top