Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stream_executor_test (0.57 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor_test.cc

      ASSERT_EQ(
          status.message(),
          "'unified_memory_allocate' field in SP_StreamExecutor must be set.");
    }
    
    /*** StreamExecutor behavior tests ***/
    class StreamExecutorTest : public ::testing::Test {
     protected:
      StreamExecutorTest() {}
      void SetUp() override {
        test_util::PopulateDefaultPlatform(&platform_, &platform_fns_);
        test_util::PopulateDefaultDeviceFns(&device_fns_);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 19:54:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/stream_executor/BUILD

            "@local_xla//xla/stream_executor:stream_common",
            "@local_xla//xla/stream_executor:stream_executor_h",
        ],
    )
    
    tf_cc_test(
        name = "stream_executor_test",
        srcs = ["stream_executor_test.cc"],
        deps = [
            ":stream_executor",
            ":stream_executor_internal",
            ":stream_executor_test_util",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 00:27:07 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top