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/sdk/NVIDIA-OptiX-SDK-7.4.0-linux64-x86_64/SDK/support/GLFW/src/xkb_unicode.h
C/C++ Header
//======================================================================== // GLFW 3.2 Linux - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com> // // This software is provided 'as-is', without any express or implied // warranty....
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/support/KHR/khrplatform.h
C/C++ Header
#ifndef __khrplatform_h_ #define __khrplatform_h_ /* ** Copyright (c) 2008-2018 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction, includi...
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/support/glad/glad.c
C
/* OpenGL loader generated by glad 0.1.29 on Fri Mar 22 21:20:36 2019. Language/Generator: C/C++ Specification: gl APIs: gl=3.3 Profile: compatibility Extensions: Loader: True Local files: False Omit khrplatform: False Reproducible: False Commandline: --pr...
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/support/glad/glad.h
C/C++ Header
/* OpenGL loader generated by glad 0.1.29 on Fri Mar 22 21:20:36 2019. Language/Generator: C/C++ Specification: gl APIs: gl=3.3 Profile: compatibility Extensions: Loader: True Local files: False Omit khrplatform: False Reproducible: False Commandline: --pr...
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/support/imgui/imconfig.h
C/C++ Header
//----------------------------------------------------------------------------- // COMPILE-TIME OPTIONS FOR DEAR IMGUI // Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure. // You can use ImGui::SetAllocatorFunctions() before calling ImGui::CreateConte...
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/support/imgui/imgui.cpp
C++
// dear imgui, v1.69 // (main code and documentation) // Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. // Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui // Releases change-log at https://...
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/support/imgui/imgui.h
C/C++ Header
// dear imgui, v1.69 // (headers) // See imgui.cpp file for documentation. // Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. // Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui /* I...
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/support/imgui/imgui_demo.cpp
C++
// dear imgui, v1.69 // (demo code) // Message to the person tempted to delete this file when integrating Dear ImGui into their code base: // Do NOT remove this file from your project! Think again! It is the most useful reference code that you and other coders // will want to refer to and call. Have the ImGui::ShowDem...
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/support/imgui/imgui_draw.cpp
C++
// dear imgui, v1.69 // (drawing and font code) /* Index of this file: // [SECTION] STB libraries implementation // [SECTION] Style functions // [SECTION] ImDrawList // [SECTION] ImDrawData // [SECTION] Helpers ShadeVertsXXX functions // [SECTION] ImFontConfig // [SECTION] ImFontAtlas // [SECTION] ImFontAtlas glyph ...
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/support/imgui/imgui_impl_glfw.cpp
C++
// dear imgui: Platform Binding for GLFW // This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan..) // (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.) // (Requires: GLFW 3.1+) // Implemented features: // [X] Platform: Cl...
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/support/imgui/imgui_impl_glfw.h
C/C++ Header
// dear imgui: Platform Binding for GLFW // This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan..) // (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.) // Implemented features: // [X] Platform: Clipboard support. // [X] ...
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/support/imgui/imgui_impl_opengl3.cpp
C++
// dear imgui: Renderer for modern OpenGL with shaders / programmatic pipeline // - Desktop GL: 3.x 4.x // - Embedded GL: ES 2.0 (WebGL 1.0), ES 3.0 (WebGL 2.0) // This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..) // Implemented features: // [X] Renderer: User texture binding. Use ...
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/support/imgui/imgui_impl_opengl3.h
C/C++ Header
// dear imgui: Renderer for modern OpenGL with shaders / programmatic pipeline // - Desktop GL: 3.x 4.x // - Embedded GL: ES 2.0 (WebGL 1.0), ES 3.0 (WebGL 2.0) // This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..) // Implemented features: // [X] Renderer: User texture binding. Use ...
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/support/imgui/imgui_internal.h
C/C++ Header
// dear imgui, v1.69 // (internal structures/api) // You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility! // Set: // #define IMGUI_DEFINE_MATH_OPERATORS // To implement maths operators for ImVec2 (disabled by default to not collide with usin...
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/support/imgui/imgui_widgets.cpp
C++
// dear imgui, v1.69 // (widgets code) /* Index of this file: // [SECTION] Forward Declarations // [SECTION] Widgets: Text, etc. // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.) // [SECTION] Widgets: Low-level Layout helpers (Spacing, Dummy, NewLine, Separator, etc.) // [S...
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/support/imgui/imstb_rectpack.h
C/C++ Header
// [DEAR IMGUI] // This is a slightly modified version of stb_rect_pack.h 0.99. // Those changes would need to be pushed into nothings/stb: // - Added STBRP__CDECL // Grep for [DEAR IMGUI] to find the changes. // stb_rect_pack.h - v0.99 - public domain - rectangle packing // Sean Barrett 2014 // // Useful for e.g. p...
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/support/imgui/imstb_textedit.h
C/C++ Header
// [DEAR IMGUI] // This is a slightly modified version of stb_textedit.h 1.13. // Those changes would need to be pushed into nothings/stb: // - Fix in stb_textedit_discard_redo (see https://github.com/nothings/stb/issues/321) // Grep for [DEAR IMGUI] to find the changes. // stb_textedit.h - v1.13 - public domain - ...
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/support/imgui/imstb_truetype.h
C/C++ Header
// [DEAR IMGUI] // This is a slightly modified version of stb_truetype.h 1.20. // Mostly fixing for compiler and static analyzer warnings. // Grep for [DEAR IMGUI] to find the changes. // stb_truetype.h - v1.20 - public domain // authored from 2009-2016 by Sean Barrett / RAD Game Tools // // This library processes ...
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/support/tinyexr/tinyexr.h
C/C++ Header
/* Copyright (c) 2014 - 2019, Syoyo Fujita and many contributors. 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 l...
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/support/tinygltf/json.hpp
C++ Header
/* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ | | |__ | | | | | | version 3.5.0 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License <http://opensource.org/licenses/MIT>. SPDX-License-Identifier: MIT Copyright (c) 2013-2018 Niels Lohmann <http:/...
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/support/tinygltf/stb_image.h
C/C++ Header
/* stb_image - v2.21 - public domain image loader - http://nothings.org/stb no warranty implied; use at your own risk Do this: #define STB_IMAGE_IMPLEMENTATION before you include this file in *one* C or C++ file to create the implementation. // i.e. it should look like...
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/support/tinygltf/stb_image_write.h
C/C++ Header
/* stb_image_write - v1.11 - public domain - http://nothings.org/stb/stb_image_write.h writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015 no warranty implied; use at your own risk Before #including, #define STB_IMAGE_WRITE_IMPLEMENTATION in...
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/support/tinygltf/tiny_gltf.h
C/C++ Header
// // Header-only tiny glTF 2.0 loader and serializer. // // // The MIT License (MIT) // // Copyright (c) 2015 - 2020 Syoyo Fujita, Aurélien Chatelain and many // contributors. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the ...
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/sutil/Aabb.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/sutil/CUDAOutputBuffer.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/sutil/Camera.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/sutil/Camera.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/sutil/Exception.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/sutil/GLDisplay.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/sutil/GLDisplay.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/sutil/Matrix.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/sutil/PPMLoader.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/sutil/PPMLoader.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/sutil/Preprocessor.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/sutil/Quaternion.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/sutil/Record.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/sutil/Scene.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/sutil/Scene.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/sutil/Trackball.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/sutil/Trackball.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/sutil/WorkDistribution.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/sutil/sutil.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/sutil/sutil.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/sutil/sutilapi.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/sutil/vec_math.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/include/internal/optix_7_device_impl.h
C/C++ Header
/* * 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 rela...
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/include/internal/optix_7_device_impl_exception.h
C/C++ Header
/* * 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 rela...
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/include/internal/optix_7_device_impl_transformations.h
C/C++ Header
/* * 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 rela...
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/include/optix.h
C/C++ Header
/* * 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 an...
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/include/optix_7_device.h
C/C++ Header
/* * 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 rela...
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/include/optix_7_host.h
C/C++ Header
/* * 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...
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/include/optix_7_types.h
C/C++ Header
/* * 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 an...
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/include/optix_denoiser_tiling.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/include/optix_device.h
C/C++ Header
/* * 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 an...
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/include/optix_function_table.h
C/C++ Header
/* * 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...
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/include/optix_function_table_definition.h
C/C++ Header
/* * 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...
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/include/optix_host.h
C/C++ Header
/* * 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 an...
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/include/optix_stack_size.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/include/optix_stubs.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/include/optix_types.h
C/C++ Header
/* * 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...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/test/conftest.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 sys import os sys.path.append(os.path.join(os.path.dirname(__file__), "util"))
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/test/sample_ptx.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. hello_ptx = """ // // Generated by NVIDIA NVVM Compiler // // Compiler Build ID: CL-29373293 // Cuda compilation tools, release 11.2, V11.2.67 // Based on ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/test/test_context.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 cupy as cp import optix as ox import pytest import tutil class Logger: def __init__(self): self.num_mssgs = 0 def __call__(self, ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/test/test_module.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 optix import cupy as cp import array import pytest import sample_ptx import tutil if tutil.optix_version_gte((7, 2)): class TestModuleCompil...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/test/test_pipeline.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 optix import pytest import cupy as cp import tutil class TestPipeline: def test_pipeline_options(self): pipeline_options = optix.Pipe...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/test/test_program_group.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 optix as ox import cupy as cp import array import pytest import sample_ptx import tutil if tutil.optix_version_gte((7, 4)): class TestProgra...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/otk-pyoptix/test/util/tutil.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 optix import cupy as cp ptx_string_old = """ // // Generated by NVIDIA NVVM Compiler // // Compiler Build ID: CL-29069683 // Cuda compilation tools...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/example/mnist_sparse.py
Python
from __future__ import print_function import argparse import torch import spconv import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torchvision import datasets, transforms from torch.optim.lr_scheduler import StepLR class Net(nn.Module): def __init__(self): super(Net, s...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/format_all.sh
Shell
isort -rc --atomic ./spconv && \ isort -rc --atomic ./test && \ yapf -i --recursive -vv ./spconv ./test find ./src -regex '.*\.\(cpp\|hpp\|cc\|cxx\|cu\|cuh\|h\)' | xargs clang-format -i find ./include -regex '.*\.\(cpp\|hpp\|cc\|cxx\|cu\|cuh\|h\)' | xargs clang-format -i
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/cuhash/cuda_util.h
C/C++ Header
#ifndef _CUDA_UTIL_H_ #define _CUDA_UTIL_H_ #if CUDART_VERSION >= 4000 #define CUDA_DEVICE_SYNCHRONIZE() cudaDeviceSynchronize(); #else #define CUDA_DEVICE_SYNCHRONIZE() cudaThreadSynchronize(); #endif #define CUDA_SAFE_CALL_NO_SYNC(call) \ { ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/cuhash/debugging.h
C/C++ Header
// ------------------------------------------------------------- // cuDPP -- CUDA Data Parallel Primitives library // ------------------------------------------------------------- // $Revision:$ // $Date:$ // ------------------------------------------------------------- // This source code is distributed under the term...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/cuhash/definitions.h
C/C++ Header
// ------------------------------------------------------------- // cuDPP -- CUDA Data Parallel Primitives library // ------------------------------------------------------------- // $Revision:$ // $Date:$ // ------------------------------------------------------------- // This source code is distributed under the term...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/cuhash/hash_functions.h
C/C++ Header
/*! @file hash_functions.h * @brief Hash function code. */ #ifndef HASH_FUNCTIONS__H #define HASH_FUNCTIONS__H #include "definitions.h" #include <tensorview/tensorview.h> #include <vector_types.h> namespace cuhash { //! Prime number larger than the largest practical hash table size. const unsigned kPrimeDivisor ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/cuhash/hash_table.cuh
CUDA
// ------------------------------------------------------------- // cuDPP -- CUDA Data Parallel Primitives library // ------------------------------------------------------------- // $Revision:$ // $Date:$ // ------------------------------------------------------------- // This source code is distributed under the term...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/cuhash/hash_table.h
C/C++ Header
// ------------------------------------------------------------- // cuDPP -- CUDA Data Parallel Primitives library // ------------------------------------------------------------- // $Revision:$ // $Date:$ // ------------------------------------------------------------- // This source code is distributed under the term...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/paramsgrid.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/box_iou.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/cublas_gemm.h
C/C++ Header
#pragma once #include <cublas_v2.h> #include <tensorview/tensorview.h> namespace spconv { template <class T> cublasStatus_t cublasTgemm(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const T *alpha, const T *A, int ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/fused_spconv_ops.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/geometry.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/indice.cu.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/indice.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/maxpool.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/nms.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/nms_functor.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/nms_gpu.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/nms_ops.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/pillar_scatter_functor.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/pillar_scatter_ops.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/point2voxel.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/pool_ops.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/reordering.cu.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/reordering.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/spconv/spconv_ops.h
C/C++ Header
// Copyright 2019 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/tensorrt/inference.h
C/C++ Header
#include "NvInfer.h" #include <memory> #include <tensorview/tensor.h> #include <unordered_map> #include <vector> namespace trt { template <typename T> tv::DType trt_dtype_to_tv(T trt_dtype) { switch (trt_dtype) { case nvinfer1::DataType::kFLOAT: return tv::float32; case nvinfer1::DataType::kHALF: return...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/tensorview/common.h
C/C++ Header
// Copyright 2019-2020 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/tensorview/cuda_utils.h
C/C++ Header
#pragma once // from pytorch.aten #include "tensorview.h" #include <type_traits> namespace tv { namespace cuda { template <typename T1, typename T2> inline int DivUp(const T1 a, const T2 b) { return (a + b - 1) / b; } // Use 1024 threads per block, which requires cuda sm_2x or above constexpr int CUDA_NUM_THREADS =...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/tensorview/eigen_utils.h
C/C++ Header
// Copyright 2019-2020 Yan Yan // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/tensorview/kernel_utils.h
C/C++ Header
#pragma once // from tensorflow namespace tv { namespace detail { template <typename T> class KernelLoop { struct Iterator { __forceinline__ __device__ Iterator(T index, T delta) : index_(index), delta_(delta) {} __forceinline__ __device__ T operator*() const { return index_; } __forceinline__ __...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS
lit/extern/spconv/include/tensorview/mp_helper.h
C/C++ Header
#ifndef MP_HELPER_H_ #define MP_HELPER_H_ #include <type_traits> #include <utility> namespace tv { template <class... T> struct mp_list {}; template <class T, T... I> using mp_list_c = mp_list<std::integral_constant<T, I>...>; namespace detail { template <class... Ts, class F> constexpr F mp_for_each_impl(mp_list<T...
yxlao/lit
24
(NeurIPS 2024) LiT: Unifying LiDAR "Languages" with LiDAR Translator
Python
yxlao
Yixing Lao
HKU-CS