Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for no_cuda_asan (0.19 sec)

  1. tensorflow/c/experimental/gradients/BUILD

    tf_cuda_cc_test(
        name = "nn_grad_test",
        size = "small",
        srcs = [
            "nn_grad_test.cc",
        ],
        args = ["--heap_check="],  # TODO(b/174752220): Remove
        tags = tf_cuda_tests_tags() + ["no_cuda_asan"],  # b/173654156,
        deps = [
            ":grad_test_helper",
            ":nn_grad",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c/eager:c_api_test_util",
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:39:44 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  2. tensorflow/c/eager/BUILD

    )
    
    tf_cuda_cc_test(
        name = "unified_api_test",
        size = "small",
        srcs = [
            "unified_api_test.cc",
        ],
        args = ["--heap_check="],
        tags = tf_cuda_tests_tags() + ["no_cuda_asan"],  # b/173654156
        deps = [
            ":c_api_experimental",
            ":c_api_unified_internal",
            ":unified_api_testutil",
            "//tensorflow/c:tf_status_helper",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  3. tensorflow/c/BUILD

        ],
        linkopts = select({
            "//tensorflow:macos": ["-headerpad_max_install_names"],
            "//conditions:default": [],
        }),
        tags = [
            "no_cuda_asan",  # TODO(b/181771536)
            "no_windows",  # TODO(b/155444728)
        ],
        # We must ensure that the dependencies can be dynamically linked since
        # the shared library must be able to use core:framework.
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
Back to top