copyright + ack

This commit is contained in:
Awni Hannun
2023-11-30 11:12:53 -08:00
parent a56e0888b8
commit 46a39e5b1f
211 changed files with 449 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <cstdint>
#include <cstring>
#include <sstream>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <sstream>
#include <pybind11/pybind11.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <numeric>
#include <sstream>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#pragma once
#include <pybind11/pybind11.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#pragma once
#include <pybind11/pybind11.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <pybind11/pybind11.h>
#include "mlx/backend/metal/metal.h"

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <pybind11/pybind11.h>
#define STRINGIFY(x) #x

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <numeric>
#include <ostream>
#include <variant>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <sstream>
#include <pybind11/pybind11.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#include <pybind11/functional.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

View File

@@ -1,3 +1,5 @@
// Copyright © 2023 Apple Inc.
#pragma once
#include <numeric>
#include <variant>