Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 5,029 for cCompiler (0.2 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/SwiftCompilerDetectingApp.groovy

                #if swift(>=5.0)
                    print("Compiled using Swift 5.x compiler")
                #elseif swift(>=4.0)
                    print("Compiled using Swift 4.x compiler")
                #elseif swift(>=3.0)
                    print("Compiled using Swift 3.x compiler")
                #else
                    print("Compiled using unknown compiler")
                #endif
            """)
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/build_cache_output.txt

    # Building a trivial non-main package should run compiler the first time.
    go build -x -gcflags=-m lib.go
    stderr 'compile( |\.exe"?)'
    stderr 'lib.go:2.* can inline f'
    
    # ... but not the second, even though it still prints the compiler output.
    go build -x -gcflags=-m lib.go
    ! stderr 'compile( |\.exe"?)'
    stderr 'lib.go:2.* can inline f'
    
    # Building a trivial main package should run the compiler and linker the first time.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/overview.md

    and library of compiler utilities that sits between the model representation
    and low-level compilers/executors that generate hardware-specific code.
    
    MLIR is, at its heart, a flexible infrastructure for modern optimizing
    compilers. This means it consists of a specification for intermediate
    representations (IR) and a code toolkit to perform transformations on that
    representation. (In compiler parlance, as you move from higher-level
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 21 01:37:38 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/main/java/org/gradle/language/assembler/tasks/Assemble.java

            NativePlatformInternal nativePlatform = (NativePlatformInternal) targetPlatform.get();
            Compiler<AssembleSpec> compiler = nativeToolChain.select(nativePlatform).newCompiler(AssembleSpec.class);
            WorkResult result = BuildOperationLoggingCompilerDecorator.wrap(compiler).execute(spec);
            setDidWork(result.getDidWork() || cleanedOutputs);
        }
    
        @InputFiles
        @SkipWhenEmpty
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/tools/ToolSearchPathTest.groovy

            registry.setPath([dir1, dir2])
    
            when:
            def result = registry.locate(ToolType.C_COMPILER, "cc")
    
            then:
            !result.available
    
            when:
            result.explain(visitor)
    
            then:
            1 * visitor.node("Could not find C compiler 'cc'. Searched in")
            1 * visitor.startChildren()
            1 * visitor.node(dir1.toString())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf.cc

    #include "tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/compilation_timer.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_to_hlo.h"
    #include "tensorflow/compiler/tf2xla/layout_util.h"
    #include "tensorflow/compiler/tf2xla/xla_helpers.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 00:40:46 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. buildscripts/cross-compile.sh

    Daniel Jakots <******@****.***> 1702948102 -0500
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Dec 19 01:08:22 UTC 2023
    - 958 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/ir/gpu_ops.td

    ==============================================================================*/
    
    #ifdef TFRT_GPU_OPS
    #else
    #define TFRT_GPU_OPS
    
    include "tfrt/tfrt_op_base.td"
    include "tfrt/compiler/opdefs/tfrt_op_interfaces.td"
    include "tfrt/compiler/opdefs/tfrt_traits.td"
    include "tfrt_fallback.td"
    
    def TFRT_GPU_Dialect : Dialect {
      let name = "gpurt";
    
      let description = [{
        The TFRT GPU Dialect.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.h

    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/op_or_arg_name_mapper.h"
    #include "tensorflow/compiler/tf2xla/xla_context.h"
    #include "tensorflow/compiler/tf2xla/xla_expression.h"
    #include "xla/client/xla_builder.h"
    #include "xla/client/xla_computation.h"
    #include "xla/mlir_hlo/mhlo/IR/hlo_ops.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.compile.Compile.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 762 bytes
    - Viewed (0)
Back to top