file_path
stringlengths
3
280
file_language
stringclasses
66 values
content
stringlengths
1
1.04M
repo_name
stringlengths
5
92
repo_stars
int64
0
154k
repo_description
stringlengths
0
402
repo_primary_language
stringclasses
108 values
developer_username
stringlengths
1
25
developer_name
stringlengths
0
30
developer_company
stringlengths
0
82
lit/extern/otk-pyoptix/optix/pybind11/tools/make_changelog.py
Python
#!/usr/bin/env python3 import re import ghapi.all from rich import print from rich.syntax import Syntax ENTRY = re.compile( r""" Suggested \s changelog \s entry: .* ```rst \s* (.*?) \s* ``` """, re.DOTALL | re.VERBOSE, ) print() api = ghapi.all.GhApi(owner="pybind", repo="pybin...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/optix/pybind11/tools/pybind11Common.cmake
CMake
#[======================================================[.rst Adds the following targets:: pybind11::pybind11 - link to headers and pybind11 pybind11::module - Adds module links pybind11::embed - Adds embed links pybind11::lto - Link time optimizations (only if CMAKE_INTERPROCEDURAL_OPTIMIZATION is no...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/optix/pybind11/tools/pybind11NewTools.cmake
CMake
# tools/pybind11NewTools.cmake -- Build system for the pybind11 modules # # Copyright (c) 2020 Wenzel Jakob <wenzel@inf.ethz.ch> and Henry Schreiner # # All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. if(CMAKE_VERSION VERSION_LESS 3.12) message...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/optix/pybind11/tools/pybind11Tools.cmake
CMake
# tools/pybind11Tools.cmake -- Build system for the pybind11 modules # # Copyright (c) 2020 Wenzel Jakob <wenzel.jakob@epfl.ch> # # All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. # include_guard(global) (pre-CMake 3.10) if(TARGET pybind11::pytho...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/optix/setup.py
Python
# Copyright (c) 2022 NVIDIA CORPORATION All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. import os import re import sys import platform import subprocess from setuptools import setup, Extension from setuptools.command.build_ext import build_ext...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/CompilerInfo.cmake
CMake
# # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this softwa...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/ConfigCompilerFlags.cmake
CMake
# # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this softwa...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/CopyDLL.cmake
CMake
# # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this softwa...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindCUDA.cmake
CMake
#.rst: # FindCUDA # -------- # # Tools for building CUDA C files: libraries and build dependencies. # # This script locates the NVIDIA CUDA C tools. It should work on linux, # windows, and mac and should be reasonably up to date with CUDA C # releases. # # This script makes use of the standard find_package arguments o...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindCUDA/make2cmake.cmake
CMake
# James Bigler, NVIDIA Corp (nvidia.com - jbigler) # Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html # # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # Copyright (c) 2007-2009 # Scientific Computing and Imaging Institute, University of Utah # # This code is licen...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindCUDA/parse_cubin.cmake
CMake
# James Bigler, NVIDIA Corp (nvidia.com - jbigler) # Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html # # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # Copyright (c) 2007-2009 # Scientific Computing and Imaging Institute, University of Utah # # This code is licen...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindCUDA/run_nvcc.cmake
CMake
# James Bigler, NVIDIA Corp (nvidia.com - jbigler) # # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # This code is licensed under the MIT License. See the FindCUDA.cmake script # for the text of the license. # The MIT License # # License for the specific language governing rights and limi...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindCUDA/select_compute_arch.cmake
CMake
# Synopsis: # CUDA_SELECT_NVCC_ARCH_FLAGS(out_variable [target_CUDA_architectures]) # -- Selects GPU arch flags for nvcc based on target_CUDA_architectures # target_CUDA_architectures : Auto | Common | All | LIST(ARCH_AND_PTX ...) # - "Auto" detects local machine GPU compute arch at runtime. # - "C...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindDX.cmake
CMake
IF (WIN32 AND MSVC_VERSION LESS 1700) # Starting with Windows 8, the DirectX SDK is included as part of the Windows SDK # (http://msdn.microsoft.com/en-us/library/windows/desktop/ee663275.aspx) # and, in turn, Visual Studio 2012 (even Express) includes the appropriate components of the Windows SDK # (http://msd...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindNVTX.cmake
CMake
# # Copyright (c) 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this software and r...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindOpenEXR.cmake
CMake
# # Copyright (c) 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this software and r...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindOptiX.cmake
CMake
# # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/FindZlibStatic.cmake
CMake
# # Copyright (c) 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this software and r...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/LinuxCPUInfo.cmake
CMake
# # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this softwa...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/Macros.cmake
CMake
# # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this softwa...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/ptx2cpp.cmake
CMake
# # Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property and proprietary # rights in and to this software, related documentation and any modifications thereto. # Any use, reproduction, disclosure or distribution of this softwa...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/CMake/testmain.c
C
/* * Copyright (c) 2008 - 2021 NVIDIA Corporation. All rights reserved. * * NVIDIA Corporation and its licensors retain all intellectual property and proprietary * rights in and to this software, related documentation and any modifications thereto. * Any use, reproduction, disclosure or distribution of this soft...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/BufferView.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/GeometryData.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/Light.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/LocalGeometry.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/MaterialData.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/curve.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/helpers.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/random.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/sphere.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/sphere.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/util.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/whitted.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/whitted.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/cuda/whitted_cuda.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixBoundValues/optixBoundValues.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixBoundValues/optixBoundValues.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixBoundValues/optixBoundValues.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixBoundValues/optixBoundValues_ch.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCallablePrograms/optixCallablePrograms.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCallablePrograms/optixCallablePrograms.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCallablePrograms/optixCallablePrograms.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCompileWithTasks/optixCompileWithTasks.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCurves/optixCurves.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCurves/optixCurves.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCurves/optixCurves.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCutouts/optixCutouts.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCutouts/optixCutouts.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixCutouts/optixCutouts.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDemandLoadSimple/PageRequester.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDemandLoadSimple/optixDemandLoadSimple.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDemandTexture/optixDemandTexture.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDemandTexture/optixDemandTexture.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDemandTexture/optixDemandTexture.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDenoiser/OptiXDenoiser.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDenoiser/optixDenoiser.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicGeometry/optixDynamicGeometry.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicGeometry/optixDynamicGeometry.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicGeometry/optixDynamicGeometry.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicGeometry/vertices.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicGeometry/vertices.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicMaterials/optixDynamicMaterials.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicMaterials/optixDynamicMaterials.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixDynamicMaterials/optixDynamicMaterials.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/Hair.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/Hair.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/Head.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/Head.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/ProgramGroups.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/ProgramGroups.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/Renderers.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/Renderers.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/Util.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/optixHair.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/optixHair.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHair/optixHair.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHello/draw_solid_color.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHello/optixHello.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixHello/optixHello.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMeshViewer/optixMeshViewer.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixModuleCreateAbort/optixModuleCreateAbort.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixModuleCreateAbort/optixModuleCreateAbort.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixModuleCreateAbort/optixModuleCreateAbort.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixModuleCreateAbort/optixModuleCreateAbort_ch.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixModuleCreateAbort/optixModuleCreateProcess.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMotionGeometry/motionHelper.hpp
C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMotionGeometry/optixMotionGeometry.cpp
C++
// // Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMotionGeometry/optixMotionGeometry.cu
CUDA
// // Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMotionGeometry/optixMotionGeometry.h
C/C++ Header
// // Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMotionGeometry/tiny_obj_loader.h
C/C++ Header
/* The MIT License (MIT) Copyright (c) 2012-2018 Syoyo Fujita and many contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights t...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMotionGeometry/vertices.cu
CUDA
// // Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMotionGeometry/vertices.h
C/C++ Header
// // Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMultiGPU/optixMultiGPU.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMultiGPU/optixMultiGPU.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMultiGPU/optixMultiGPU.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixMultiGPU/optixMultiGPU_kernels.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixNVLink/optixNVLink.cpp
C++
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixNVLink/optixNVLink.cu
CUDA
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/optixNVLink/optixNVLink.h
C/C++ Header
// // Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS